I've a very stange issue testing my application build with xcode. I start the XCODE IDE and connect my iPad wich is provisioned for testing. Then I press the Play button or use the shortcut to deploy the App onto my device.
But if i want to test the App a 2nd time (normally I press CMD+R) nothing happens. Just one time i got an error (timed out waiting for app to launch).
On the Simulator everything works fine.
I've tried to fully recreate the project without any success.
What the f*** is the reason?
Im running XCODE 4.4
Does anyone have a solution?
Ok I found the issue but it's also very very strange. I'm working with a webview in my app and images are placed there. Now the problem appears if I use jpg images there (Interlaced). If I use the same image with an alternative format (as png) and its filesize is up to times bigger everything works OK.
It's sort of weird.