EAS ios build fails with provisioning profile error

Hi all,

I’m trying to build my app after I changed the bundle identifier on accident (I changed it back now).

When I run a build locally with

eas build --platform ios --profile test --clear-cache --local

right now it’s giving an error that looks like this:

❌ App.xcodeproj: error: "App" requires a provisioning profile with the Associated Domains and Push Notifications features. Select a provisioning profile in the Signing & Capabilities editor. (in target 'App' from project 'App')

The provisioning profile includes both those features as it has prior and I double-checked it on the Developer portal. Does anyone have any idea on how to fix this kind of issue?

I’ve tried everything from creating new certificates with a different bundle id to creating a different profile and clearing the keychain.

Any help would be very much appreciated :frowning_face: