0

We have an old school xamarin forms app that is being built using Azure DevOps. We were using the macOS-11 image for iOS builds which defaults to xcode 13.2.1 and xamarin.ios 15.4. But, Apple is now requiring apps submitted to the store be built with xcode 14.1 and iOS 16.1

Apple Transporter Error

That is fine we switched to macOS-12 to build with xcode 14.2 and ios 16.1 but now our app will not install ad hoc builds using the App Center portal. The app stops installing and we get an error that says:

Unable to install "[App Name]" Please try again later.

The console device logs has the following error from the installd process:

0x16fccb000 -[MIInstallableBundle _validateApplicationIdentifierForNewBundleSigningInfo:error:]: 981: Application is missing the application-identifier entitlement.

I've tried adding the "application-identifier" to the entitlements plist but it hasn't made a difference.

<key>application-identifier</key>
<string>$(AppIdentifierPrefix)$(CFBundleIdentifier)</string>

Has anyone run into this problem?

webwires
  • 2,572
  • 3
  • 26
  • 44

0 Answers0