I want to sideload apps to my ATV4 with Xcode7 and as i understand this should work add hoc without being a enrolled developer. But i don´t seem to get it running...
My Xcode project runs fine in the simulator, but it won't sideload because of signing issues.
If i try to "run" it Xcode breaks with a
"Fix Issue" won't help.
The AVT4 is connected and shows up in the devices window.
Sideloading to my iPad / iPhone works without any problems.
What am i missing?
My Xcode project runs fine in the simulator, but it won't sideload because of signing issues.
If i try to "run" it Xcode breaks with a
No provisioning profiles with a valid signing identity (i.e. certificate and private key pair) matching the platform “tvOS” were found.
Xcode can attempt to fix this issue. This will reset your code signing and provisioning settings to recommended values and resolve issues with signing identities and provisioning profiles.
"Fix Issue" won't help.
You are not allowed to perform this operation. Please check with one of your Team Admins, or, if you need further assistance, please contact Apple Developer Program Support.
https://developer.apple.com/support"
The AVT4 is connected and shows up in the devices window.
Sideloading to my iPad / iPhone works without any problems.
What am i missing?