I have this error when I tried to deploy my app to the app store :
Codemagic Deploy Output
Failed Step: Flutter build ipa and automatic versioning
Did not find latest build for app 6497335480 Archiving com.mycompany.kipplei... Upgrading contents.xcworkspacedata Updating project for Xcode compatibility. Upgrading project.pbxproj Upgrading Runner.xcscheme Upgrading Info.plist Removing script build phase dependency analysis. Adding input path to Thin Binary build phase. Automatically signing iOS for device deployment using specified development team in Xcode project: 76N5MNLURN Running pod install... 4.5s Running Xcode build... Xcode archive done. 8.3s Failed to build iOS app Error (Xcode): Provisioning profile "Kipplei ios_app_store 1713221959" doesn't support the Associated Domains capability. /Users/builder/clone/ios/Runner.xcodeproj
Error (Xcode): Provisioning profile "Kipplei ios_app_store 1713221959" doesn't include the com.apple.developer.associated-domains entitlement.
Profile qualification is using entitlement definitions that may be out of date.
Connect to network to update. /Users/builder/clone/ios/Runner.xcodeproj
It appears that there was a problem signing your application prior to installation on the device. Verify that the Bundle Identifier in your project is your signing id in Xcode open ios/Runner.xcworkspace
Also try selecting 'Product > Build' to fix the problem. Encountered error while archiving for device. Build failed :| Step 10 script `Flutter build ipa and automatic versioning` exited with status code 1
How can I fix it please?
Im a beginner, where and what is Xcode ?
Thank you for your help !