Stijn van der Laan
Stijn van der Laan

Reputation: 486

Missing "Web Inspector" Settings in simulator

After doing a "Reset All Content And Settings.." on the simulator the setting to enable using the web inspector in safari has disappeared, and I have no idea how to get it back:

Advanced Settings Menu

Does anyone have an idea how to get this back, and "remote" debug a webpage in the simulator again?

Upvotes: 33

Views: 25671

Answers (4)

csomakk
csomakk

Reputation: 5497

i needed to restart desktop safari. might help.

Upvotes: 14

Bruno Machado
Bruno Machado

Reputation: 29

Worked for me download new Safari:
IOS Simulator: 13.4
(Safari Technology Preview)

https://developer.apple.com/safari/download/

Safari Technology Preview

Upvotes: 2

Martin
Martin

Reputation: 694

In my case (macOS 10.14.3 and iOS 12.1 simulators), the setting isn't there, but is active by default. Open the simulator and you should see it in Safari under Develop.

enter image description here enter image description here

Upvotes: 12

johnmerm
johnmerm

Reputation: 706

It seems that this option is not available in the simulated devices. Tip: If you want to connect the console from your desktop Safari, you will need the Technology Preview. the normal one does not discover the simulator (though it finds the real device normally)

Upvotes: 27

Related Questions