Open mugabe opened 8 years ago
That sounds more like an issue with Xcode itself. It is supposed to install that certificate according to its documentation. This should also happen when installing via DMG downloads, which is what xcode-install
uses.
I just had the same issue using xcode-install to install Xcode 7.2 on a clean Mac. No build errors, but apps blow up at runtime with some obscure dyld error.
Seems like xcode-install not installs Apple Worldwide Developer Relations certificate. I'm not sure if it should.
I just installed xcode with xcode-install on fresh mac and import my profiles from another mac. Xcode feels good and doesn't report any certificate issues. But when deploying to device I get different problems on different projects. One builds but crashes on start with
dyld: Library not loaded: ...
error, another fails to build withEmbedded binary is not signed with the same certificate as the parent app.
error.Spent a couple of hours to find that I have no root certificate installed and Xcode silently ignores my developer certificate and signs binaries with other random certificates.