I've tried so many things here. I currently have a working provisioning file and certificate working in Xcode. But when it comes to building in Xamarin, something is amiss.
I have a valid iPhone Developer certificate for iPhone Developer: Patrick Dengler (3N...) It has an iOs Developer : Patrick Dengler (Patrick Dengler?) private key
When I look in Keys it has just the opposite hierarchy (the private key has a valid certificate next to it).
So that seems all correct.
In my Xamarin Project Options: I have the identity set to the Developer : Patrick Dengler (3N...) For the provisioning profile I have iOS Team provisioning profile *
This seems wrong. I should have my specific provisioning file here but it is not available. If I set the identity to automatic, then the correct provisioning shows up, however, it fails to sign.
If I use the correct profile
I can build and it will sign.
rovisioning Profile: "iOS Team Provisioning Profile: *" (EF0F....B1FB838324)
Signing Identity: "iPhone Developer: Patrick Dengler (3N...)"
App ID: "4XHFZ79255.com.hobbisoft.project.MonoGame.Pi8.iOs"
I then create the package successfully. Then I validate. It fails because it is using iOsProvisionong instead of the correct provisioning file.
Your help is greatly appreciated.