Hello,
The Xcode team has made great improvments to Xcode codesign, especially for beginners.
Still i am having some troubles using wildcard certificates.
Wildcard certificates are, as for as I am concerned, convenience certificates that we, as an agency, use when we do not want to bother with the app ID (might not be declared on the client account yet, some developers might not have been invited yet, some might only backup for a few days), allowing us to develop on any code written in the company.
Of course there were some drawbacks : any entitlement-related feature would not work but we were fully aware of this limitation.
With Xcode 8 I am facing 2 issues :
• First the iOS devices seems to check the existence if the bundle id before running. It means an app signed with a wildcard certificate but using an undeclared bundle (we append ours with .prod .preprod .stubs to be able to install all environments on a devices) will not run.
• Second : Xcode will refuse to sign an app that as entitlements with a wildcard certificate, raising a (legitimate) codesign issue https://i.imgur.com/YMPW2K3.png
Does anyone face the same issues? Are those behaviors intended?
Nicolas