EAS Build IOS failing

Hi,

I just tried to build my app with “eas build --platform ios” and I got this error in fastlane :

  error: Provisioning profile "*[expo] fr.mypackage AppStore 2021-11-11T18:28:50.956Z" doesn't include the com.apple.developer.associated-domains entitlement. (in target 'prjectX' from project 'projectX')

I tried both with my last provisionning profiles and to create a new one but it results anytime with the same error.

I need Associated Domains Entitlement for Deep Linking by the way.

  • Managed workflow
  • eas-cli version: 0.35
  • expo sdk version: 43

Any clue ?
Thank you

how are you setting the associated domains? if you use the property from app.json it will be added as a capability and synced to your apple identifier automatically: app.json / app.config.js - Expo Documentation

Yes I use app.json to set the associated domain. Like that : “associatedDomains”: [“applinks:domainname.com”],
It works just fine with expo:build.
Is there anything else to do with eas build ?

can you create a minimal reproducible example app and post an issue on Issues · expo/expo · GitHub please?