I'm not so much familiar to ios development. I Build an ios app cloud base and i have a .ipa file, the app doesn't work well. Is there anyway to debug the .ipa file? Thanks in advance.
Asked
Active
Viewed 3,029 times
-2
-
1Once you have build the .ipa file you no longer able to debug it. but you can debug it from the source code in xcode before archiving the project. And now apple provided us with a way to debug without paying those 99$. – Ahmed Fathi Jun 12 '17 at 08:18
1 Answers
0
Debugging an IOS app requires an IOS developer license, that costs about 99/year. I am not an expert but if you already have this license you should be able to put your app in your iphone or ipad and debug-test it on native hardware.

Caridorc
- 6,222
- 2
- 31
- 46
-
1
-
1You debug the program using XCode, but you will need the source code project from which the app ws compiled. Although you can attach the debugger to any process running in the device, without he source code and debug symbols it will be pretty hard to see what is going on - and even if you do find issues, without the source code you can't fix them – Paulw11 Sep 06 '14 at 09:07
-
-
1What would be the point without the source? You couldn't fix any problems anyway – Paulw11 Sep 06 '14 at 11:04