在Xcode v 6.2中构建我的Ionic + Parse项目给了我这个构建错误:
Undefined symbols for architecture armv7:
"_OBJC_CLASS_$_PFPush", referenced from:
objc-class-ref in AppDelegate.o
"_OBJC_CLASS_$_PFInstallation", referenced from:
objc-class-ref in AppDelegate.o
"_OBJC_CLASS_$_Parse", referenced from:
objc-class-ref in AppDelegate.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
我添加的框架是
构建设置如下所示
任何帮助都会非常感激
P.S:尝试在iPad 2上运行应用程序
更新
问题是将Parse.Framework
添加到现有的xCode项目中。
- 我尝试从项目中删除重新添加Parse.Framework
(已清理和构建)但随后会增加构建错误。
答案 0 :(得分:0)
最后经过数小时的斗争。
/platforms
文件夹ionic platform add ios
/platform/ios
Xcode项目。