Xcode required error

Anyone help? I’ve already reinstalled Xcode and this persists.

What version of Corona SDK are you using?

Rob

More importantly, which version of Xcode do you have?
 
Run these commands in Terminal and post the output:

/usr/bin/xcodebuild -version /usr/bin/xcodebuild -showsdks

Also, can you send us the complete console log from a session where you get the error dialog you show above?  Thanks!

Hi Rob, Perry,

Here’s the data:

Corona version

v2015.2646

Xcode version (I see you added -showsdks, I’ll get it tomorrow at work…)

Xcode 7.0 Build version 7A220

Raw console log

Last login: Thu Sep 24 20:00:18 on console /Applications/CoronaSDK/Corona\ Simulator.app/Contents/Resources/console.sh ; exit; iMac-de-Igor:~ samuel$ /Applications/CoronaSDK/Corona\ Simulator.app/Contents/Resources/console.sh ; exit; Corona Simulator Console ------------------------ Diagnostics and Lua print output will appear here Sep 24 20:02:32.117: Copyright (C) 2009-2015 C o r o n a L a b s I n c . Sep 24 20:02:32.117: Version: 3.0.0 Sep 24 20:02:32.118: Build: 2015.2646 Sep 24 20:02:32.145: Platform: iPhone / x86\_64 / 10.10.5 / AMD Radeon HD 6750M OpenGL Engine / 2.1 ATI-1.32.25 / 2015.2646 Sep 24 20:02:32.213: Loading project from: ~/Dropbox/InversaAgeÌ‚ncia/Desenvolvimento/Clientes/Melhores Opções/Melhor Opção (App)/Melhor Opção Sep 24 20:02:32.213: Project sandbox folder: ~/Library/Application Support/Corona Simulator/Melhor Opção-95E542A2C056D447E0E3C0CA693A6D87 Sep 24 20:02:34.140: WARNING: Location updates are only available on the device. Sep 24 20:02:34.140: WARNING: Location updates are only available on the device. Sep 24 20:02:34.179: Starting Corona OneSignal SDK v1.10.2 Sep 24 20:02:34.179: WARNING: OneSignal does not run in the simulator, however you will see messages here when OneSignal methods are called for debuging. Sep 24 20:02:34.180: NOTE: On a Android device watch the logcat or the Xcode log on iOS for messages to debug issues. Sep 24 20:02:34.180: Called OneSignal.Init(accc8aae-1e6b-11e5-9786-bb52cb4fb9e7, 1031735907188, callback) Sep 24 20:02:34.180: Called OneSignal.EnableNotificationsWhenActive Sep 24 20:02:34.180: WARNING: Simulator does not support location events. Only a single default location event will be sent. Sep 24 20:02:52.630: Corona Simulator: The Xcode iOS SDK located at "/Applications/Xcode.app/Contents/Developer" is missing the following components: copypng codesign\_allocate Please re-install Xcode. Xcode is required by Corona SDK and needs to be installed to build iOS applications. Press the "Install XcodeÉ" button to go to the App Store and get Xcode. When it is installed, build for iOS again.

You need to update to a current Daily Build since Xcode 7 has changes that mean it wont work with build 2646.  We’re working on a new Public Release which will be compatible.

I’ve same issue.

Daily builds have a problem on iOS Emulator.

Apple test Apps also on emulator and reject applications that does not works on it.

The problem on emulator is about network. It seems that network library is not included in compiled code, or something similar.

I’m using Corona v. 2716 

The issue with networking and the Xcode iOS Simulator is fixed in Daily Build 2722

For me, installing build 2729 solved it, thanks Perry.

What version of Corona SDK are you using?

Rob

More importantly, which version of Xcode do you have?
 
Run these commands in Terminal and post the output:

/usr/bin/xcodebuild -version /usr/bin/xcodebuild -showsdks

Also, can you send us the complete console log from a session where you get the error dialog you show above?  Thanks!

Hi Rob, Perry,

Here’s the data:

Corona version

v2015.2646

Xcode version (I see you added -showsdks, I’ll get it tomorrow at work…)

Xcode 7.0 Build version 7A220

Raw console log

Last login: Thu Sep 24 20:00:18 on console /Applications/CoronaSDK/Corona\ Simulator.app/Contents/Resources/console.sh ; exit; iMac-de-Igor:~ samuel$ /Applications/CoronaSDK/Corona\ Simulator.app/Contents/Resources/console.sh ; exit; Corona Simulator Console ------------------------ Diagnostics and Lua print output will appear here Sep 24 20:02:32.117: Copyright (C) 2009-2015 C o r o n a L a b s I n c . Sep 24 20:02:32.117: Version: 3.0.0 Sep 24 20:02:32.118: Build: 2015.2646 Sep 24 20:02:32.145: Platform: iPhone / x86\_64 / 10.10.5 / AMD Radeon HD 6750M OpenGL Engine / 2.1 ATI-1.32.25 / 2015.2646 Sep 24 20:02:32.213: Loading project from: ~/Dropbox/InversaAgeÌ‚ncia/Desenvolvimento/Clientes/Melhores Opções/Melhor Opção (App)/Melhor Opção Sep 24 20:02:32.213: Project sandbox folder: ~/Library/Application Support/Corona Simulator/Melhor Opção-95E542A2C056D447E0E3C0CA693A6D87 Sep 24 20:02:34.140: WARNING: Location updates are only available on the device. Sep 24 20:02:34.140: WARNING: Location updates are only available on the device. Sep 24 20:02:34.179: Starting Corona OneSignal SDK v1.10.2 Sep 24 20:02:34.179: WARNING: OneSignal does not run in the simulator, however you will see messages here when OneSignal methods are called for debuging. Sep 24 20:02:34.180: NOTE: On a Android device watch the logcat or the Xcode log on iOS for messages to debug issues. Sep 24 20:02:34.180: Called OneSignal.Init(accc8aae-1e6b-11e5-9786-bb52cb4fb9e7, 1031735907188, callback) Sep 24 20:02:34.180: Called OneSignal.EnableNotificationsWhenActive Sep 24 20:02:34.180: WARNING: Simulator does not support location events. Only a single default location event will be sent. Sep 24 20:02:52.630: Corona Simulator: The Xcode iOS SDK located at "/Applications/Xcode.app/Contents/Developer" is missing the following components: copypng codesign\_allocate Please re-install Xcode. Xcode is required by Corona SDK and needs to be installed to build iOS applications. Press the "Install XcodeÉ" button to go to the App Store and get Xcode. When it is installed, build for iOS again.

You need to update to a current Daily Build since Xcode 7 has changes that mean it wont work with build 2646.  We’re working on a new Public Release which will be compatible.

I’ve same issue.

Daily builds have a problem on iOS Emulator.

Apple test Apps also on emulator and reject applications that does not works on it.

The problem on emulator is about network. It seems that network library is not included in compiled code, or something similar.

I’m using Corona v. 2716 

The issue with networking and the Xcode iOS Simulator is fixed in Daily Build 2722

For me, installing build 2729 solved it, thanks Perry.