Hi there!
This is whats going on. I developed a tvOS app, compiling and loading on the device works fine. I then have to compile the same project for submission.
First, if I look among all the certificates, I can find certificates for iOS distribution, Mac App Distribution, etc. but there is no certificate for tvOS distribution. Should I use the iOS distribution certificate?
When I then create a provisioning profile for tvOS I then have the chance to use an iOS distribution certificate, so the above it's probably correct.
When I open the Xcode project and I try to select the provisioning profile I created Xcode says "Provisioning profile *** doesn't include signing certificate "Apple Development: yyyy (ID of developer)".
Why is it searching a Development certificate when using a distribution certificate?
This is whats going on. I developed a tvOS app, compiling and loading on the device works fine. I then have to compile the same project for submission.
First, if I look among all the certificates, I can find certificates for iOS distribution, Mac App Distribution, etc. but there is no certificate for tvOS distribution. Should I use the iOS distribution certificate?
When I then create a provisioning profile for tvOS I then have the chance to use an iOS distribution certificate, so the above it's probably correct.
When I open the Xcode project and I try to select the provisioning profile I created Xcode says "Provisioning profile *** doesn't include signing certificate "Apple Development: yyyy (ID of developer)".
Why is it searching a Development certificate when using a distribution certificate?
) Confirm your contracts/agreements in App Store Connect are all current/agreed.
) Toggle auto provisioning off then back on, then open that project and see if provisioning cooperates.
Good luck.