flutterxcodedartxcode6xcode4

problems to archive build version in xCode using flutter


im trying to archive a bundle apk and send to my test flight. Build is Success and im not undestanding why is no working as before updating flutter.

enter image description here

here is the message that shows up.

enter image description here

enter image description here

enter image description here

what should i do for sent it to test flight ?enter image description here


Solution

  • Change your run destination, from iPhone 15 Pro to Any iOS device (arm64)

    enter image description here

    From TN3109: Resolving common archiving issues:

    The Archive command in the Product menu is disabled

    You can choose Product > Archive in Xcode after meeting these requirements:

    • You’ve selected a real device or build-only device as the run destination in the scheme building your app. Apps built with simulator SDKs can’t be archived nor submitted to the App Store; see Running Your App in the Simulator or on a Device.
    • You’ve enabled the archive action for the scheme building your app.

    Similar question: