I created an MadOS app with xcode 16.5 with a developer id certificate. I've been trying to install a distribution certificate for over a week with several co-workers. I can add a distribution certificate to my key chain, and created a provisioning profile. I've tried every combination but none work. I put xcode in automatic signing but can only see my developer id, if I put it in manual with and without a provisioning profile but if I give the app binary, other users can't run the app because the certificate isn't working. I need support to work with me to look the developer portal and my system to figure this out.
I just wanna check some assumptions here. It sounds like you’re trying to upload a Mac app to the App Store. Is that right?
Are you have problems signing your app? Or running your app after you’ve signed it?
Because the latter is not something that you should expect to work. If you sign code for App Store distribution, the only thing you can do with that code is upload it to the App Store. There isn’t a supported way to run such code locally.
I talk about this in a lot more detail in Don’t Run App Store Distribution-Signed Code.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"