Apple TV simulator - Siri Remote not appearing

Viewed 1581

Sometimes when using the Apple TV simulator, the simulated Siri Remote goes missing. Toggling it's visibility does nothing - it's extremely frustrating!

enter image description here

2 Answers

This happens when you are using external monitors. To bring it back, use the command line to reset the position of the remote:

defaults delete com.apple.iphonesimulator "NSWindow Frame Apple TV Remote Window" 

Then, re-launch Simulator.app, open a TV and SHIFT⌘R again!

For anyone else looking for the "Apple TV Remote", it has been moved to the "Window" menu.

Or you can simply use the shortcut (SHIFT⌘R) as Max mentioned.

enter image description here

Related