Brett
Brett

Reputation: 12007

Xcode Internal Error upon building

I'm having a very annoying problem with my xcode that I desperately need help with.

Every time I build (or clean) an app, Xcode errors with:

Internal Error: File:   
/SourceCache/DevToolsBase/DevToolsBase-1763/pbxcore/Infrastructure/XCWorkQueueOperation.m Line: 895 Object: <XCWorkQueueOperation:0x204e8f820> 
Method: runOperation

Assertion failed: commandInvocations[slotIdx] == nil

And it presents me with the option to Quit Xcode or continue.

There seems to be absolutely nothing on Google about this error! And I am completely stuck. I have reinstalled Xcode and all. Rebooting does no good.

Does ANYONE have any idea how to fix this error?

Xcoder version: 3.2.5 on 64-bit OSX 10.6.4

Cheers, Brett

Upvotes: 0

Views: 702

Answers (4)

Mirkules
Mirkules

Reputation: 1699

Try this: "Rebuild Code Sense Index" button in the "General" tab for the inspector for the project. (from http://forum.soft32.com/mac/XCode-project-problem-ftopict47829.html)

Also see the following: https://lists.apple.com/archives/xcode-users/2008/Feb/msg00550.html

Upvotes: 1

Lachlan Roche
Lachlan Roche

Reputation: 25946

If the problem persists after a full reinstall of xcode, your user settings are probably corrupt. Delete them from a terminal prompt:

rm -rf ~/Library/Application Support/Developer/Shared/Xcode/

Upvotes: 0

Andrew
Andrew

Reputation: 3892

I reinstalled xcode and it went away

Upvotes: 0

Jensen2k
Jensen2k

Reputation: 8408

You can allways upgrade to the GM of XCode 4, if everything else fails.

Upvotes: 0

Related Questions