I am attempting to set up an iOS build and distribution flow on Visual Studio App Center for my React Native application using the bare expo workflow. I am running into an issue where App Center rejects my iOS provisioning profile and signing certificate due to the error: "Provisioning profile 'profile name' does not include the provided signing certificate"
This seems like a cryptic error since I know that my provisioning profile does contain the signing certificate that I used and I have verified this in XCode. I have been able to build and sign XCode builds using manual signing with the profile and cert, but when I try to add them to the "Sign Builds" step of App Center builds I get the error mentioned above.
I have attempted to find similar issues to this on various forums and on StackOverflow, but have been unsuccessful in finding a successful solution for me. Here are links to a few of the solutions which I have tried:
- AppCenter Build error "Provisioning profile does not include signing certificate apple push services"
- https://forums.xamarin.com/discussion/153425/appcenter-build-error-provisioning-profile-does-not-include-signing-certificate-apple-push-services
I would be happy to provide any further information if it is helpful.
Thanks in advance.