It looks like Xcode requires an Apple TV device be registered to your account in order to build. This is a problem for people who were not selected for a dev kit like me.
Currently without a dev kit I'm unable to work with CloudKit, since I don't have a provisioning file that has those entitlements.
*** Terminating app due to uncaught exception 'CKException', reason: 'The application is missing required entitlement com.apple.developer.icloud-services'And of course I can't build for hardware using "Generic tvOS Device" due to this:
"Creating a provisioning profile requires one ore more devices to be registered with your team."
So what's the course of action for people who want to release an application come release day, but don't have a dev kit?