I’m seeing an error message when trying to upload/validate my Archive. “Provisioning Profile failed qualification. ” Profile Doesn’t match the entitlement’s file’s value for com.app.developer.networking.entitlement.
My app uses Local Push Connectivity (NEAppPushProvider) and requires the App Push Provider entitlement. My profiles are set to include the Local Push Connectivity entitlement instead of Default. I don’t (cant’t?) automatically manage signing because of this. My provisioning profiles are set to use the Local Push Connectivity entitlement instead of default.
My entitlement files for each target have <key>com.apple.developer.networking.networkextension</key> <array> <string>app-push-provider</string> </array>
This is my first upload since upgrading Xcode to 15. And My first upload since I updated my profiles. This was working for years, but I think either I rebuilt my profile wrong or something has changed on Apple’s end ( Xcode, reqs etc). I’ve double/triple checked everything and rebuilt my profiles over. I’m stuck.