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 when running on iPhone 4S simulator or iPhone 5 simulator #5

Open
juliusbtesh opened this issue Mar 8, 2016 · 6 comments

Comments

@juliusbtesh
Copy link

I am receiving this message when attempting to build for simulator of iPhone 4S and iPhone 5.
I am using iOS 9.2 and all other ones work.

Undefined symbols for architecture i386:
"OBJC_CLASS$_FSClient", referenced from:
objc-class-ref in AppDelegate.o
objc-class-ref in FoodPlannerViewController.o
objc-class-ref in FoodCell.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)

@pwightman
Copy link
Member

Are you using the cocoapod? Or what's on master?

@juliusbtesh
Copy link
Author

Yes, I am using this through cocoapods

@pwightman
Copy link
Member

Ok, I've just pushed an update (0.0.3) that should fix it (and remove dependencies, yay!).

@juliusbtesh
Copy link
Author

Hmm no luck... Yes it removed the dependencies. iPhone 4s still giving me same issues as above. And now the iPhone 6 (which originally worked) and now i get Undefined symbols for architecture x86_64:
"OBJC_CLASS$_SVHTTPRequest", referenced from:

@pwightman
Copy link
Member

Hmm... I ran the app on all simulators before pushing. Let me think on it for a bit.

@juliusbtesh
Copy link
Author

Thank you, Please do. I would need to get this back up asap

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