Software Archive
Read-only legacy content
17060 Discussions

How can I debug the ipa built by xdk

wang_m_
New Contributor I
435 Views

I set some console.log  and alert , which worked fine in emulate, but after built to IPA  with cordova console plugin , i  can not see those logs that I set except system events  in Xcode -> Windows ->Devices ->Log, 

So how can I know how they were working in IPA?

Thank you

0 Kudos
1 Reply
PaulF_IntelCorp
Employee
435 Views

It sounds like you are using a Mac. If so, you can debug your IPA directly on-device using Safari. If not, you can debug using the Debug tab and a USB cable to your iOS device, but you will be limited to the standard set of plugins. If you are not using any third-party plugins you'll be fine using that approach. See this doc page > https://software.intel.com/en-us/xdk/docs/intel-xdk-debug-and-test-overview

0 Kudos
Reply