Coder Social home page Coder Social logo

Comments (4)

aclev avatar aclev commented on September 18, 2024

Hi @tigernghk I'm investigating the issue now. Is there a reason you have included the embedded framework instead of using cocoapods?

from onedrive-sdk-ios.

tigernghk avatar tigernghk commented on September 18, 2024

I have executed 'pod install' under OneDriveSDK folder.
And then I just drag and drop OneDriveSDK.xcodeproj to my app project.

Also, I need to remove "Copy Pods resources" in build phases of OneDriveSDK.xcodeproj. If not, XCode cannot generate iOS app archive (it generates xcode generic archive instead).

from onedrive-sdk-ios.

aclev avatar aclev commented on September 18, 2024

I strongly recommend you use cocoapods to include the OneDriveSDK in your project, this will make sure it is easy to update to newer versions and easier to manage the dependencies the SDK has itself. It seems you have already installed cocoapods it is very easy to setup and include the OneDriveSDK.
All you need to do is navigate to your .xcproj file in a terminal and run touch Podfile. Then open that file open and add

platform :ios, '8.0'
pod OneDriveSDK

or whatever version of iOS you support. Then run pod install and open the .xcworkspace cocoapods created and you're done!

I am still investigating the original issue.

from onedrive-sdk-ios.

tigernghk avatar tigernghk commented on September 18, 2024

It works fine if using cocoapods. Thanks.

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.