-
Notifications
You must be signed in to change notification settings - Fork 13
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
Comments
Are you using the cocoapod? Or what's on master? |
Yes, I am using this through cocoapods |
Ok, I've just pushed an update (0.0.3) that should fix it (and remove dependencies, yay!). |
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: |
Hmm... I ran the app on all simulators before pushing. Let me think on it for a bit. |
Thank you, Please do. I would need to get this back up asap |
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)
The text was updated successfully, but these errors were encountered: