xcpretty / xcode-install

🔽 Install and update your Xcodes
https://fastlane.tools
MIT License
2.58k stars 237 forks source link

Worldwide Developer Relations Certificate Authority install #110

Open mugabe opened 8 years ago

mugabe commented 8 years ago

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 with Embedded 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.

neonichu commented 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.

andrewebling commented 8 years ago

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.