Live data from Hacker News

Enabling Remote Debugging via Private APIs in Mobile Safari

atnan.com

1–6 of 6 posts

Re: Enabling Remote Debugging via Private APIs in Mobile Safari

#4
actually not work for me. I've added the method on ApplicationDidfinishLaunchin...... (Xcode gives me a warning, I think it's normal) I can see the page listing, but the inspector doesn't report errors or warnings etc... If I open the page using the chrome inspector I see all the log. It's really frustrating (dbugging javascript in the uiwebview)

Re: Enabling Remote Debugging via Private APIs in Mobile Safari

#5

actually not work for me. I've added the method on ApplicationDidfinishLaunchin...... (Xcode gives me a warning, I think it's normal) I can see the page listing, but the inspector doesn't report errors or warnings etc... If I open the page using the chrome inspector I see all the log. It's really frustrating (dbugging javascript in the uiwebview)

[deleted]

Re: Enabling Remote Debugging via Private APIs in Mobile Safari

#6

actually not work for me. I've added the method on ApplicationDidfinishLaunchin...... (Xcode gives me a warning, I think it's normal) I can see the page listing, but the inspector doesn't report errors or warnings etc... If I open the page using the chrome inspector I see all the log. It's really frustrating (dbugging javascript in the uiwebview)

Do you use right iOS SDK? Do you have iOS SDK 4.0 in parallels?

It's normal that works on Chrome since it's based on WebKit too :)