I created app by react native expo.and when I try this command expo build:ios
and try to transfer ipa file.there is this error.
ERROR ITMS-90163: "Invalid Code Signing Entitlements. The entitlements in your app bundle signature do not match the ones that are contained in the provisioning profile. The bundle contains a key that is not included in the provisioning profile: 'com.apple.developer.associated-domains' in 'Payload/ExpoKitApp.app/********"
I tryed expo build:ios -c
but cannot fix.
do you have any solution?thank you