[Resolved] Mac - Error while building

I get the following message in the Mac terminal when building for iOS

error: can't exec '/Developer/usr/bin/xcodebuild' (No such file or directory)  
2012-06-29 11:19:17.619 Corona Simulator[1173:4503] xcrun xcodebuild -version failed to run. xcode-select is likely misconfigured.  

But the build succeeds nevertheless.
How do I resolve this? Is it something I should be worried about? [import]uid: 64174 topic_id: 28116 reply_id: 328116[/import]

IIRC you may be able to clear this by typing this in the terminal;

sudo xcode-select -switch /Applications/Xcode.app

I don’t believe it is anything to be worried about but no one likes seeing errors so please let me know if the above solves the issue.

Peach :slight_smile: [import]uid: 52491 topic_id: 28116 reply_id: 113615[/import]

That did it! Thanks Peach! :slight_smile:
[import]uid: 64174 topic_id: 28116 reply_id: 113623[/import]

Great stuff, no worries Satheesh :slight_smile: [import]uid: 52491 topic_id: 28116 reply_id: 113715[/import]

Thanks, had the same error :slight_smile:

Joakim [import]uid: 81188 topic_id: 28116 reply_id: 118077[/import]