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

Ios Interface Builder编译器错误255-在Xcode 6中打开项目,然后返回到Xcode 5,现在这种情况正在发生,ios,xcode,interface-builder,xcode6,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/Devel

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

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

找到解决方案:我清洁了我的项目产品>清洁,现在工作正常