在Xcode版本6.4(6E35b)中构建每个新项目时出现ibtool错误代码255

在Xcode版本6.4(6E35b)中构建每个新项目时出现ibtool错误代码255,xcode,Xcode,构建在旧项目上运行良好,但对于每个新项目构建,我都会看到以下错误: CompileXIB newTest/Base.lproj/LaunchScreen.xib cd /Users/vahid/Documents/xCode/newTest export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Application

构建在旧项目上运行良好,但对于每个新项目构建,我都会看到以下错误:

CompileXIB newTest/Base.lproj/LaunchScreen.xib
    cd /Users/vahid/Documents/xCode/newTest
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
    export XCODE_DEVELOPER_USR_PATH=/Applications/Xcode.app/Contents/Developer/usr/bin/..
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/ibtool --target-device iphone --target-device ipad --errors --warnings --notices --module newTest --minimum-deployment-target 7.0 --output-partial-info-plist /Users/vahid/Library/Developer/Xcode/DerivedData/newTest-gnosuvtbubvrbucxatowufbvkvyd/Build/Intermediates/newTest.build/Debug-iphonesimulator/newTest.build/LaunchScreen-PartialInfo.plist --auto-activate-custom-fonts --output-format human-readable-text --compile /Users/vahid/Library/Developer/Xcode/DerivedData/newTest-gnosuvtbubvrbucxatowufbvkvyd/Build/Products/Debug-iphonesimulator/newTest.app/Base.lproj/LaunchScreen.nib /Users/vahid/Documents/xCode/newTest/newTest/Base.lproj/LaunchScreen.xib

Command /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/ibtool failed with exit code 255
重新启动mac而不选中“重新登录时重新打开windows”选项修复了此问题

简单的重启有时会节省很多时间。哈哈