In my case I had created a static library target for tvOS in Xcode 8.3.3, and the tvOS simulator was not showing up in the list. Eventually found out that TARGETED_DEVICE_FAMILY
in the Build Settings was set to 1,2
instead of 3
. Leaving this here incase anyone else encounters the same problem.