【发布时间】:2014-03-11 23:59:52
【问题描述】:
今天晚上我回家发现我的电脑需要更新。我没有点击“稍后提醒我”,而是不小心点击了安装。
现在,每当我尝试在 XCode 中运行我的应用程序时,都会收到 32 个警告和 14 个错误。
主要错误似乎是
ld: warning: ignoring file /Users/matcartmill/Library/Developer/Xcode/DerivedData/Loaner-exieykzxfldkzxbzhnndzmfucudg/Build/Products/Debug-iphoneos/libCordova.a, file was built for archive which is not the architecture being linked (arm64): /Users/matcartmill/Library/Developer/Xcode/DerivedData/Loaner-exieykzxfldkzxbzhnndzmfucudg/Build/Products/Debug-iphoneos/libCordova.a
这之后的所有错误都是Apple Mach-o Linked Errors。
可以在http://cardeninteractive.com/help/loaner/errors.png查看大部分完整的错误列表
我尝试从构建选项中消除 arm64,但这只会产生更多错误。我已经清理了我的 DerivedData 并尝试重新编译但没有运气。我也尝试在 PhoneGap 中重建应用程序,但没有成功。
有什么想法吗?
【问题讨论】:
标签: ios objective-c xcode cordova