我收到此错误,我的应用无法编译:
CompileStoryboard AApp/Base.lproj/Main_iPhone.storyboard
cd /Users/A.Frizalone/Downloads/AApp
setenv IBSC_MINIMUM_COMPATIBILITY_VERSION 7.0
setenv PATH "/Applications/Xcode 3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode 3.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
setenv XCODE_DEVELOPER_USR_PATH "/Applications/Xcode 3.app/Contents/Developer/usr/bin/.."
/Applications/Xcode\ 3.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --minimum-deployment-target 7.0 --output-format human-readable-text --compile /Users/A.Frizalone/Library/Developer/Xcode/DerivedData/ATesting-aqsokppxqbwcrbgvpgiljaexuqha/Build/Products/Debug-iphoneos/AirFastTicketsTesting.app/Base.lproj/Main_iPhone.storyboardc /Users/A.Frizalone/Downloads/AApp/AApp/Base.lproj/Main_iPhone.storyboard
答案 0 :(得分:0)
找到解决方案:我清理了我的项目(Product> Clean),现在工作正常。