Enterprise testing on device, extremely slow

Hi,

We are working on a series of apps that require camera access, we use Corona Enterprise for this. The app scans certain codes. Testing this on a ios device takes at least 2 minutes when you hit build and run . This is very frustrating and development takes way too long.

Any suggestions?

Thanks 

Have you switched off PNG crush?

export CORONA_COPY_PNG_PRESERVE="–preserve"

in Compile build phase

I do all development in the Corona simulator, then before I do an Xcode build for ITC I just copy my Corona files into the Xcode project folder.

Have you switched off PNG crush?

export CORONA_COPY_PNG_PRESERVE="–preserve"

in Compile build phase

I do all development in the Corona simulator, then before I do an Xcode build for ITC I just copy my Corona files into the Xcode project folder.