Corona reporting ios sdk is not installed

Running Lion. Installed Xcode 4.1 and the ios 4.3 sdk through the mac app store.

Invoking Build in Corona simulator bring up an error saying the ios sdk is not installed. Have confirmed it is actually installed and working in Xcode. Tested using Corona 585 and today’s release of 591, both give the error. [import]uid: 8666 topic_id: 13177 reply_id: 313177[/import]

I think it has something to do with Lion…

Peach will confirm in a bit when she get to see this page
cheers,

?:slight_smile: [import]uid: 3826 topic_id: 13177 reply_id: 48347[/import]

I have the same problem… I assumed it was a result of my recent upgrade to Lion. I haven’t tried to fix it yet… glad to see it isn’t just me. : ) [import]uid: 16901 topic_id: 13177 reply_id: 48411[/import]

It sounds like either Xcode was misinstalled or you didn’t install the Unix tools with Xcode which are required.

In Terminal.app, use
xcode-select -print-path
to verify that the path is going to the correct location.

If it isn’t, use
sudo xcode-select -switch /path/to/your/xcode

If xcode-select doesn’t exist, it means you probably don’t have the Unix tools installed, so you need to rerun the Xcode installer and make sure to check the Unix tools option.

Please see this other thread for more details if you need them.
http://developer.anscamobile.com/forum/2011/07/13/will-corona-work-os-x-lion [import]uid: 7563 topic_id: 13177 reply_id: 48445[/import]

Running “Install Xcode” in my applications folder and choosing the update option fixed the issue for me.

Thanks for the response ewing. [import]uid: 8666 topic_id: 13177 reply_id: 48457[/import]

Am running Lion 10.7.3 and Xcode 4.3 and Corona Build 750
“The iOS SDK located at/Developer is missing the following components(s):Please (re)install the iOS SDK”.
Is there a definitive fix for this ? Tnx [import]uid: 99743 topic_id: 13177 reply_id: 88527[/import]

Go to this thread for Xcode 4.3:
http://developer.anscamobile.com/forum/2012/01/13/trying-build-ios-app-get-error-please-reinstall-ios-sdk

[import]uid: 7563 topic_id: 13177 reply_id: 88556[/import]