I am brand new to iOS development and am trying to deploy my React Native app to TestFlight using FastLane. I don't think I fully understand certificates and how to use App Store Connect yet which leads me to this question.
The error message I'm receiving is
Provisioning profile "iOS Team Provisioning Profile: com.<appName>" doesn't include signing certificate "Apple Development: <myName> (XXXXXXXXXX). (in target '<appName> from project <appName>'
- I can see the certificate it is looking for in Keychain Access, and only 1 copy of it.
- XCode > Targets(<myApp>) > Signing & Capabilities > Automatically manage signing is True
developer.apple.com/account/resources/certificates shows
<teamName> with type Distribution
<myName> with type Development
developer.apple.com/account/resources/profiles shows
match AppStore com.<appName> with type App Store
match Development com.<appName> with type Development
Is there anything wrong here? Or could the problem lie elsewhere?