我将XCode更新到最新版本(4.5)。当我尝试编译我的项目时,控制台给了我这个错误:
ld:文件是通用的(2个切片)但不包含(n)个armv7s 切片: /Users/myuser/Documents/MyProjectDirectory/libZendeskDropbox.a 对于架构armv7s
所以我下载了zendesk_ios_sdk source from githu b并按照自述文件中的说明操作,在第3步我遇到了这个错误:
无法打开输入文件: /Users/myuser/Library/Developer/Xcode/DerivedData/ZendeskDropboxIOS-cnginhrdnonxxrantdlwohdmmdot/Build/Products/Debug-iphoneos/../Release-iphonesimulator/libZendeskiPhoneSimulator.a (没有这样的文件或目录)
为什么会这样?
答案 0 :(得分:2)
我刚刚从Github下载了源代码,看起来组合这些库的脚本需要一个Release版本,但该项目设置为ZendeskiPhone和ZendeskiPhoneSimulator方案的Debug构建
编辑ZendeskiPhone和ZendeskiPhoneSimulator方案的方案,以便构建配置为Release,然后再次按照说明操作(下面的屏幕截图)