iphone - Debugg iOS Cordova app -


i have built ios app cordova , i'm trying debug mac. have followed this tutorial, when go develop -> iphone xxx there no apps able debugged.

i have built app using intel xdk tool. there way enable debugging in ios app?

thanks.

edit

i have tried debug app gapdebug doesn't recognize app debuggable.

i have created app production/distribution certificate, not development one. maybe, can reason why can't debug app?

every application create cordova compiled activated debugmode. if not, you're able change via https://stackoverflow.com/a/12499274/3671726

instead of debugging application safari, recommend install google chrome , gapdebug in combination. go on website, check out video - you'll love tool. impressive, how , how smart gapdebug handles debugging.

solved

like found out on himself, compiled application wrong certificate. sure use provisioning profile includes development certificate , not distribution certificate.


Comments