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

Undefined symbols for architecture i386 #3

Open
thepost opened this issue Oct 8, 2015 · 0 comments
Open

Undefined symbols for architecture i386 #3

thepost opened this issue Oct 8, 2015 · 0 comments

Comments

@thepost
Copy link

thepost commented Oct 8, 2015

When trying to implement [FRDStravaClient sharedInstance] initializeWithClientId:clientSecret:] I got the following error:

Undefined symbols for architecture i386:
  "_OBJC_CLASS_$_FRDStravaClient", referenced from:

It came up with errors for libAFNetworking.a, libFRDStravaClient.a, libMantle.a, libNXOAuth2Client.a so I added them to the app target frameworks, but no deal. Any idea how to resolve this? I installed the library from Cocoapods.

I also tried creating a new project from scratch, and it compiled fine. I've repeatedly deleted the derived data in the old project, so it's not that simple. But there seems to be something different or corrupted. This is seen in the difference in how the pods display in the project navigator for the old project:

screen shot 2015-10-08 at 4 27 35 pm

...and the new project:
screen shot 2015-10-08 at 4 27 47 pm

So it might be something to do with the framework settings, but I'm not sure how to change it.

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

1 participant