Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

XCode 5 cannot find binaries #1685

Closed
tbergeron opened this issue Dec 16, 2013 · 5 comments
Closed

XCode 5 cannot find binaries #1685

tbergeron opened this issue Dec 16, 2013 · 5 comments

Comments

@tbergeron
Copy link

Hi,

I've been trying the whole day to figure out why it was happening, until I create a new Xcode project from scratch and realize the issue wasn't project-related all along.

Here's what's happening:

I always get those everywhere as well:

Anybody has those as well? What should I do?

Thanks!

@tbergeron
Copy link
Author

Not sure if related but I get those often too:

@rivera-ernesto
Copy link
Contributor

The problem is at the top of the second capture: The Pods library's architectures don't much those of your App's, so the Pod library is skipped, and later not found for linking.

Are you using the latest CocoaPods? Also take a look at #1399 and #1352.

@tbergeron
Copy link
Author

How can I make sure I use the latest CocoaPods? I did a "sudo gem update cocoapods" and it said nothing to update.

As suggested in #1399 Switching "Build Active Architectures Only" for Debug to true let the build run with only this warning:

BUT all my libPods is stll red though :-/

That's a great start, thanks!

@rivera-ernesto
Copy link
Contributor

Your libPods are red unless you build for a iOS device or archive I think. You shouldn't worry about it.

The last warning I think is because you added an inexistent LIBRARY_SEARCH_PATHS to your build settings.
Also you're not using the standard build location (~/Library/Developer/Xcode/DerivedData/...) but to a custom location. Some paths may not be updated.

@tbergeron
Copy link
Author

Exactly! Thanks I had an extra entry in my library search paths. That fixed the warning!

Pods are still red but I read more and more that it's normal and I shouldn't worry about it so okay :)

Great finding, thanks!

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

No branches or pull requests

2 participants