I have an app in the App Store that is running very choppy when I download it from the App Store but when I run it form Xcode it runs fine. Has anyone run into this before? Any solutions to fix this?
Asked
Active
Viewed 55 times
0
-
1Did you run it in the simulator or on your device from Xcode? – cncool Jul 25 '13 at 23:40
-
Per http://stackoverflow.com/questions/8813711/why-is-xcode-archive-acting-different-than-xcode-build-run-on-iphone?rq=1, have you tried turning off compiler optimizations? – Brigham Jul 25 '13 at 23:41
-
I dont know exactly when this started happening because I usually run the app on my main device with the version form Xcode, but this app has been in the App Store for over 2 years without this issue. Only recently has it become choppy. So to answer the first question, yes I have run it in the simulator without issues. – Dmorneault Jul 26 '13 at 00:32
-
I do have the optimizations turned off for debug and they are set to Fastest, Smallest [-Os] for both release and distribution. I am running the app with the release version in Xcode. – Dmorneault Jul 26 '13 at 00:34