Omkar Jadhav
Omkar Jadhav

Reputation: 504

Command /Developer/usr/bin/ibtool failed with exit code 10

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

Answers (4)

Jared Beach
Jared Beach

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

Dx_
Dx_

Reputation: 1576

I had the same problem.

Copying my code to a brand new project solved the issue :S

Upvotes: -1

justicepenny
justicepenny

Reputation: 2024

you just need to click "Run" in xcode. it will work again!

Upvotes: 21

Omkar Jadhav
Omkar Jadhav

Reputation: 504

Did a

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

and reinstalled the SDK .. Working fine now .

Upvotes: -7

Related Questions