Command / Developer / usr / bin / ibtool失败,退出代码为10

即使我创建了一个新项目,我也会收到错误…这是新的4.2 SDK:iOS 5 beta 3

CompileStoryboard testing/en.lproj/MainStoryboard.storyboard cd /Users/omkarjadhav/Desktop/testing setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin" setenv XCODE_DEVELOPER_USR_PATH /Developer/usr/bin/.. /Developer/usr/bin/ibtool --errors --warnings --notices --output-format human-readable-text --compile /Users/omkarjadhav/Library/Developer/Xcode/DerivedData/testing-ejcbqbpaoxybvzazttgunhdfmtww/Build/Products/Debug-iphonesimulator/testing.app/en.lproj/MainStoryboard.storyboardc /Users/omkarjadhav/Desktop/testing/testing/en.lproj/MainStoryboard.storyboard --sdk /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk Command /Developer/usr/bin/ibtool failed with exit code 10 

它让我疯狂请帮忙

你只需要在xcode中单击“运行”。 它会再次运作!

对我来说,重新启动计算机后就消失了。 这可能是一个进程锁定XCode尝试链接的问题,但如果所有其他方法都失败了,您可以尝试重新启动。

我有同样的问题。

将我的代码复制到一个全新的项目解决了这个问题:S

做了一个

 sudo /Developer/Library/uninstall-devtools --mode=all 

并重新安装SDK ..现在工作正常。