第一次尝试使用apportable。继续收到此错误:
TypeError: 'NoneType' object is not subscriptable
以及
NSUnderlyingError = "Error Domain=NSPOSIXErrorDomain Code=2 \"The operation couldn\U2019t be completed. No such file or directory\"";
然后脚本终止。
答案 0 :(得分:1)
xcode-select --switch /Applications/Xcode.app/Contents/Developer
背景:如果你已经更新到Xcode 5,就会发生这种情况。看来Xcode 5有一个错误,它在运行xcodebuild时会产生错误的输出。