我不确定应用代码中的哪些更改,我开始看到此构建失败
Undefined symbols for architecture i386:
"_OBJC_CLASS_$_ProfileViewController", referenced from:
objc-class-ref in LoginViewController.o
"_OBJC_CLASS_$_SystemViewController", referenced from:
objc-class-ref in LoginViewController.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
使用Xcode 5,代码正在使用iOS7.1或6.0构建并运行良好。但是,我不确定这些更改,所以我还原了所有内容。但我仍然看到这种失败。它指向三个类,但此时thress类没有变化,
ProfileViewController
,SystemViewController
,LoginViewController
任何帮助将不胜感激!提前谢谢!