I'm running into an issue during the iOS build process for my app, and I'm hoping someone can point me in the right direction.
❗ The Problem
When attempting to archive the app via EAS Build (Expo), the build fails with the following error:
`Provisioning profile "HCF_AppStore_ProvisioningProfile" doesn't include the com.apple.developer.push-notifications entitlement. Profile qualification is using entitlement definitions that may be out of date. Connect to network to update.`
What I’ve Already Done:
- Enabled Push Notifications capability for the App ID (com.rsmco.helpcreatefamilies) in the Apple Developer portal.
- Deleted and regenerated the App Store Provisioning Profile after enabling the capability.
- Confirmed the new profile is associated with the correct App ID and Distribution Certificate.
- Uploaded the new profile to EAS (Expo) and rebuilt the app.
Yet the error persists during the Xcode archive step with Exit code 65.
Additional Info:
- Provisioning Profile Name: HCF_AppStore_ProvisioningProfile
- App ID: com.rsmco.helpcreatefamilies
- Team: Reproductive Sciences Management Company, LLC
- Workflow: Expo EAS Build
- Capability causing issue: com.apple.developer.push-notifications