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

Not able to build for iPhone 6 #805

Closed
niksdgr8 opened this issue Mar 7, 2016 · 1 comment
Closed

Not able to build for iPhone 6 #805

niksdgr8 opened this issue Mar 7, 2016 · 1 comment

Comments

@niksdgr8
Copy link

niksdgr8 commented Mar 7, 2016

My code works fine when I run on simulator with iPhone5 and iPad2 but gives the following error on iPhone 6 and above:
Undefined symbols for architecture i386: "_OBJC_CLASS_$__TtC6Charts12BarChartData", referenced from: objc-class-ref in SMWBarChartsViewController.o objc-class-ref in SMWBarGraphViewController.o "_OBJC_CLASS_$__TtC6Charts12PieChartData", referenced from: objc-class-ref in SMWPieChartsViewController.o "_OBJC_CLASS_$__TtC6Charts15BarChartDataSet", referenced from: objc-class-ref in SMWBarChartsViewController.o objc-class-ref in SMWBarGraphViewController.o "_OBJC_CLASS_$__TtC6Charts15PieChartDataSet", referenced from: objc-class-ref in SMWPieChartsViewController.o "_OBJC_CLASS_$__TtC6Charts17BarChartDataEntry", referenced from: objc-class-ref in SMWBarChartsViewController.o objc-class-ref in SMWPieChartsViewController.o objc-class-ref in SMWBarGraphViewController.o ld: symbol(s) not found for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation)

@liuxuan30
Copy link
Member

please google or ask on stack overflow for such issues
some key words:
Undefined symbols for architecture i386
ld: symbol(s) not found for architecture i386 clang:

check your build phases, compiled resources for missing files, and check your framework is correctly embedded

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