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?