Dears,
Please help me to bypass this issue as i registered in apple and created all steps on XCODE and apple connect URL but still getting this issue.
flutter build ipa --release --export-options-plist=$HOME/export_options.plist
Result bundle written to path:
/var/folders/97/2j1rvsl92q98sl9hnbyqgl_r0000gr/T/flutter_tools.kE96m9/flutter_ios_build_temp_dirA6KUMH/temporary_xcresult_bundle
Error (Xcode): No profiles for 'com.maherelamary.aloCar' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'com.maherelamary.aloCar'. Automatic signing is disabled and unable to generate a profile. To enable automatic signing, pass -allowProvisioningUpdates to xcodebuild. /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.
Also :
flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.3.8, on macOS 13.0.1 22A400 darwin-x64, locale en-SA)
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.1)
[✓] Xcode - develop for iOS and macOS (Xcode 14.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2021.3)
[✓] IntelliJ IDEA Community Edition (version 2022.1)
[✓] VS Code (version 1.73.1)
[✓] Connected device (3 available)
[✓] HTTP Host Availability
• No issues found!
Thanks and best regards.