ld: warning: ignoring file
我低于警告
ld: warning: ignoring file [path]/libMAKit.a, missing required architecture i386 in file Undefined symbols for architecture i386: "_OBJC_CLASS_$_MAViewController", referenced from: _OBJC_CLASS_$_AnalysisViewController in AnalysisViewController.o "_OBJC_CLASS_$_MAChartView", referenced from: objc-class-ref in AnalysisViewController.o "_OBJC_CLASS_$_MAKitTheme_WelterWeightDark", referenced from: objc-class-ref in AnalysisViewController.o "_OBJC_METACLASS_$_MAViewController", referenced from: _OBJC_METACLASS_$_AnalysisViewController in AnalysisViewController.o ld: symbol(s) not found for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation)
看起来像libMAKit.a
没有模拟器(i386)体系结构,如果您有源代码,则可以重新构建它,但通常第三方库没有i386体系结构,并且只能在真实设备上使用
Try to find some missing files (red letters) like images. We spend most of one day just to figure it out that I didn't had all the images locally. (Sorry if it's bad english)
链接地址: http://www.djcxy.com/p/69002.html上一篇: 架构i386 Facebook SDK的未定义符号
下一篇: ld:警告:忽略文件