Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Does not run out of the box #20

Open
protonmesh opened this issue Aug 11, 2016 · 2 comments
Open

Does not run out of the box #20

protonmesh opened this issue Aug 11, 2016 · 2 comments

Comments

@protonmesh
Copy link

protonmesh commented Aug 11, 2016

The recent update to the Podfile in commit 82b31f6 changed the name of the pod library target from "libPods" to "libPods-Microsoft Tasks".

However, the Microsoft Tasks project still references the pods library with the old name.

The linker (ld) is failing because of this.

I had to remove the invalid reference to get the app to run.

@pb-z
Copy link

pb-z commented Apr 25, 2017

To fix Cocoapod and -lPods linker issues, follow below:
Edit Podfile:

platform :ios, '7.1'
target 'Microsoft Tasks' do
pod 'ADALiOS'
end

Delete libPods.a from Linked Frameworks and Libraries under General tab on "Microsoft Tasks" target.
screen shot 2017-04-25 at 10 56 26 am

@subodhjena
Copy link

Wrote a Swift Implementation of the same app. Hope it helps
https://github.com/jenasubodh/azuread-ios-swift

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants