Cordova 3.5.1 with iOS 8 device, remote debugging on Safari 7.1

I exported a custom distribution of the Cordova application for testing. After installing OTA on iPad with iOS 8 and connecting it to Mac, Safari remote debugging won't work, it just won't show the app in the developer menu.

Is there a solution for this or a Safari alternative for remote debugging on an iOS device?

edit Updating Safari to 7.1 also caused the web inspector in ad hoc distribution on iOS 7 devices before it crashed, any of the same issues?

+3


source to share


2 answers


I just checked and Safari iOS 8 remote debugging works with newest nightly build

you can grab one here http://nightly.webkit.org/



Edit

Looks like Safari 7.1 came out as well, according to this https://discussions.apple.com/thread/6537575 it solves the issues with the inspector

+1


source


i used http://debug.build.phonegap.com

include http://debug.build.phonegap.com/target/target-script-min.js#yourappname in your Cordova app code



opened http://debug.build.phonegap.com/client/#yourappname

script allows you to remotely debug your application on a device.

+1


source







All Articles