Coder Social home page Coder Social logo

Comments (6)

aclev avatar aclev commented on August 16, 2024

Hi @fmaia
After you ran pod install did you open the .xcworkspace file it create instead of the .xcproj file?

from onedrive-sdk-ios.

fmaia avatar fmaia commented on August 16, 2024

Hi @aclev! Thanks for your reply.
Yes. I've been using pods without problems. But for the OneDriveSDK I'm having this issue. The strange thing is that if I go through the pods folder for ADALiOS, the file is actually there. I don't understand what pods is doing but something is missing...

Moreover, it only exhibits the error if I actually add
#import OneDriveSDK/OneDriveSDK.h

to my bridging file.

from onedrive-sdk-ios.

aclev avatar aclev commented on August 16, 2024

Hey @fmaia thanks reporting the bug! I didn't realize you were using swift. I was able to reproduce it locally and I think I may have fixed the issue. Can you try changing your podfile to

pod 'OneDriveSDK', git : => https://github.com/aclev/onedrive-sdk-ios, branch : => 'swiftFix'

And see if that fixes the problem? Also as a quick note cocoapods now has swift support, if you include use_frameworks! at the top of the Podfile you won't need to include a bridging file (cocoapods will do all this work for you) just import OneDriveSDK wherever you need it.
Thanks!

from onedrive-sdk-ios.

fmaia avatar fmaia commented on August 16, 2024

Thank you @aclev for the fix and the very useful hints! The project is now compiling without errors.
btw this fix will be available in future versions of the API? in other words, are you able to estimate when may I use the main branch again?

from onedrive-sdk-ios.

aclev avatar aclev commented on August 16, 2024

Hi @fmaia Glad it works! Yes it will be available soon, i'll update this thread when I've checked it in.

from onedrive-sdk-ios.

aclev avatar aclev commented on August 16, 2024

Hey @fmaia This is in master and in release 1.0.4

from onedrive-sdk-ios.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.