XCode 8 Signing Issue

Hi,

So we’re currently having an issue when building with Unity 5.4.2f2 and XCode 8. The Unity chunk of the build process looks like it goes through fine, but then the XCode element fails with the following error in the Full Logs:

[xcode] Provisioning profile “{Product Name} Ad Hoc” doesn’t include signing certificate “{Certificate Info}”.
[xcode] Code signing is required for product type ‘Application’ in SDK ‘iOS 10.0’

I’m not sure what’s causing this specifically, as our project builds out in XCode 8 locally, and we can upload builds to Test Flight without a problem.

Has anyone suffered this issue or similar?

The signing process changed with Xcode 8 so it’s possible there are some differences. One I know about offhand is that we can no longer support credentials that are managed by Xcode, only credentials generated from the iOS developer portal (there would be something in your log like “signing settings require a manually managed profile” though). If that’s not the case here feel free to PM me a link to your project so I can check it out.

Thanks dannyd, looks like recreating our credentials via the iOS developer portal solved the issues.