Reputation: 504
I am getting the error even if I create a new project ... This is the new 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
Its driving me crazy please help
Upvotes: 2
Views: 10895
Reputation: 3133
For me this went away after restarting my computer. It is probably an issue with a process locking whatever XCode is trying to link, but if all else fails, you can try restarting.
Upvotes: 0
Reputation: 1576
I had the same problem.
Copying my code to a brand new project solved the issue :S
Upvotes: -1
Reputation: 504
Did a
sudo /Developer/Library/uninstall-devtools --mode=all
and reinstalled the SDK .. Working fine now .
Upvotes: -7