Interface Builder编译器错误255 - 在Xcode 6中打开的项目然后回到Xcode 5,现在发生这种情况

时间:2014-09-16 19:41:01

标签: ios xcode interface-builder xcode6

我收到此错误,我的应用无法编译:

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

1 个答案:

答案 0 :(得分:0)

找到解决方案:我清理了我的项目(Product> Clean),现在工作正常。