Why Safari shows “No Inspectable Applications” during remote debugging with iOS 6 device?

前端 未结 13 1229
闹比i
闹比i 2020-12-01 06:55

When I connect my iOS 6 device for remote debugging for testing my mobile web application, The safari develop menu with my device name shows \"No Inspectable Applications\".

13条回答
  •  眼角桃花
    2020-12-01 07:56

    I recently had problems debugging a UIWebView in desktop Safari – and it turns out the problem was with my Xcode configuration for the app. The most recent build had been provisioned for production, rather than for Testing. After re-building the app for Testing, it showed up once more in the Safari Debug menu :-)

提交回复
热议问题