I just started reading the tvOS Apprentice and I am trying to get the debugging on Safari to work. Under Simulator in the Developer menu in Safari, it says “No Inspectable Applications”. Is there a missing step?
I read in other places on the web that you should enter a terminal command like this:
defaults write WebKitDeveloperExtras -bool true
I tried this but it didn’t seem to help.
I’d appreciate any help. Thanks!