Xcode 4 – “Valid signing identity not found” error on provisioning profiles on a new Macintosh install

With Xcode 4.2 and later versions, including Xcode 4.6, there is a better way to migrate your entire developer profile to a new machine. On your existing machine, launch Xcode and do this: Open the Organizer (Shift-Command-2). Select the Devices tab. Choose Developer Profile in the upper-left corner under LIBRARY, which may be under the … Read more

Provisioning profile doesn’t include the application-identifier and keychain-access-groups entitlements

This issue is related to Bug 1534145. SSL.com: P-384 curve / ecdsa-with-SHA256 certificates. A representative from Apple estimated 558,000 certificates to become invalidated: Bug 1533655. DigiCert: Apple: Non-compliant Serial Numbers GoDaddy, Google, Apple and Facebook (that would explain why Facebook was glitchy today) are affected. They are working on resolving the issue right now. That … Read more

Code signing is required for product type ‘Application’ in SDK ‘iOS 10.0’ – StickerPackExtension requires a development team error

Holy molly, I had to do all this in order for it to work. A picture is worth a thousand words. If you get this error while archiving then continue reading. Go to your app and click on the general tab. Under the signing section, uncheck “Automatically manage signing”. As soon as you do that … Read more