我是 Xcode 的新手,Kinvey 的新手.. 有趣的开始..
我遵循了 Kinvey 的 iOS 安装指南,在我尝试编译之前一切顺利。我的项目中存在 Kinvey 框架阻止它编译,并出现以下错误:
ld: file is universal (3 slices) but does not contain a(n) i386 slice: /Users/*path_to_my_project*/KinveyKit.framework/KinveyKit for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
环顾其他解决方案,似乎没有什么合适的。请注意,问题出在 i386 上,而不是 armv7s 上。
我在 Xcode 4.6.1 和 Xcode 4.6.3 上尝试了全新的项目,其中没有任何内容..
非常感谢您的帮助。