I'm trying to do an internal only use testflight but I keep getting three errors that pop up. Two of them always together or occasionally the third. I'm hoping it's something super simple I'm doing wrong as this is the first time I've gone through this process.
The two together are:
An error was encountered:
Cloud signing permission error
You haven't been given access to cloud-managed distribution certificates. Please contact your team's Account Holder or an Admin to give you access. If you need further assistance, contact Apple Developer Program Support at https://developer.apple.com/contact/.
No profiles for 'my bundle id' were found
Xcode couldn't find any iOS App Store provisioning profiles matching
'my bundle id.
I have the profile. I've tried both automatic and manual signing where I select it.
when those two don't come up I get this error:
App Store Connect Credentials Error
Credentialed provider request failed with error: "There was a failure decoding response: (HTTP 401, 60 bytes) The data couldn't be read because it isn't in the correct format.."
I've tried three different networks and with and without company internet filtering.
We are on a team apple development account.
At this point I have an app that works for me and I want to distribute it to some internal testers but we are stuck here.