I am trying to archive a project using Xcode 6.1.1 and Mac OS X Server 4.0.3 and OS X 10.10.2. Signing an application with adHoc works as part of the integration. But now I have a problem that the ".entitlements" file is not being processed correctly.
When I download xcarchive, the archived-extended .xcent files are part of the application package, but the file is missing from the IPA file from the same integration, so I cannot install it on the device. Could it be that exporting xcarchive with an adHoc certificate does not handle permissions in the same way as with enterprise or development provisioning? And if so, how should I configure the project to create archived .xcent extended permissions using "adHoc"?
Thanks for any help
source share