App Crashes from IPA File But Runs Fine from Xcode

App Crashes From ipa file but runs fine from Xcode?

You should look at the crashing logs.

  1. connect you device to you Mac
  2. in Xcode, press cmd+shift+2.
  3. find you device, and press the log button
  4. wait a while. then you can see all crashing logs.
  5. find the ones with your app's name. If you don't understand it, post it here.

app crashing in ipa file only,not crashed when installed with xcode to device

please see on these lines
(i) [KossexViewController tableView:heightForHeaderInSection:] (KossexViewController.m:1373

(ii) [KossexViewController createBody]_block_invoke (KossexViewController.m:397

if everythink is perfect then edit your scheme from debug to release mode.

Gameplay Crashes From ipa file but runs fine from Xcode?

As adig said, get crashlog from device, then symbolicate it. You will see call stack and the line, that caused crash. All differences between release, debug, ad hoc, etc. build configuration you can setup in your project.

App Crashes when it's running from .ipa file but building on Xcode is working perfectly?

Clean the derived data of xcode and then create the ipa.

Application crashes when not running from Xcode but works fine when run from Xcode

I am not able to get the reason for crash as I can't use log.

Open the Xcode organiser window, there's a section called "Device Logs" for each of your devices. A crash log is produced each time an application crashes. If you look at the console, you will also see anything you've logged with NSLog.



Related Topics



Leave a reply



Submit