Search code examples
xcodecode-signingipaxcode11code-signing-entitlements

Xcode error when creating IPA: Doesn't match entitlements file value for application-identifier


1]

I had to upgrade a client iOS project from Swift3 to Swift4 to Swift5 in Xcode 11. Everything works fine, and I am able to create an archive. When I try to Distribute however by creating a QA scheme release build I run into the error as seen in the image. Does anyone know what could be the issue? The app has a Siri extension and the bundle id's (changed for privacy) are com.companyname.appname & com.companyname.appname.Siri respectively. I was previously able to distribute without issues using Xcode 9. Nothing has changed with regards to the code signing files i.e. certificate & profile. Any help is appreciated.


Solution

  • Managed to fix the issue by manually changing the dynamic bundle identifier to the one required by the signing profile