Copy To Device (iOS) Not Working

Hey I cannot get a COPY TO DEVICE build to transfer to my iPhone.

I am using:

OSX 10.12

Corona SDK 2016.2970 (2016.10.6)

iPhone 6s - 10.0.2

xCode version 8.0 (8A218a)

The build executes fine and says the app was transfered to my device (but it does not appear).

Any ideas on this one? I see in the release notes for version 2016.10.6 that you guys supposedly fixed a bug around this but I cannot still get it to work.

Thanks!

Interesting. That build should have solved the issue. 

Can you run this from Terminal:

defaults write com.coronalabs.Corona\_Simulator debugBuildProcess 3

And try and build and post the results from the console log?

Don’t forget to set it back to “1” afterwards:
 

defaults write com.coronalabs.Corona\_Simulator debugBuildProcess 1

Thanks

Rob

Interesting. That build should have solved the issue. 

Can you run this from Terminal:

defaults write com.coronalabs.Corona\_Simulator debugBuildProcess 3

And try and build and post the results from the console log?

Don’t forget to set it back to “1” afterwards:
 

defaults write com.coronalabs.Corona\_Simulator debugBuildProcess 1

Thanks

Rob