CoronaSDK times out before my app finishes copying to my iPad...?

Hi all,

I’m developing an app for iOS that is currently rather large ~500Mb.  When I try to build it and push it to my connected device, Corona SDK times out before it has enough time to copy across.  I know this is the problem because I can easily push a smaller app across with the same setup and no timeout.

Is there a way to increase the timeout to allow a large app enough time to be copied across?

Thanks for any help you can provide.

Is your iPad going to sleep while it’s waiting to copy?  If so have you tried to keep it awake until the install finishes?

Rob

No, it is awake and not running anything else.  The same process works with a (much) smaller app.

To get a better idea of what’s going on you can try installing the app manually using a Terminal command like this:

/Applications/CoronaSDK-3060/Corona\ Simulator.app/Contents/Resources/ios\_sendapp.sh ~/Desktop/MyApp.app

(substitute the Daily Build number for your most recent Daily Build and the correct name for your app)

If that doesn’t yield anything obvious, PM me the version of CoronaSDK you’re using and the complete Console log for a build that fails this way.

I’ve just built and installed a 632MB app with no problems.

Is your iPad going to sleep while it’s waiting to copy?  If so have you tried to keep it awake until the install finishes?

Rob

No, it is awake and not running anything else.  The same process works with a (much) smaller app.

To get a better idea of what’s going on you can try installing the app manually using a Terminal command like this:

/Applications/CoronaSDK-3060/Corona\ Simulator.app/Contents/Resources/ios\_sendapp.sh ~/Desktop/MyApp.app

(substitute the Daily Build number for your most recent Daily Build and the correct name for your app)

If that doesn’t yield anything obvious, PM me the version of CoronaSDK you’re using and the complete Console log for a build that fails this way.

I’ve just built and installed a 632MB app with no problems.