To 'build and go' on the simulator takes about 30 seconds
To 'build and go' on the device takes about 5 mins.
I am 99% sure the reason is that I have lot of images (~4000 ~80mb).
The build itself stage takes about 2 seconds, so the problem is the install.
Does anyone have any tips to speed it up? The images do not need to be changed, so is it possible to tell xcode not to copy the images each time? Or could something else be slowing it down?
Thanks