How one can signal a Flutter venture for ios group?

0
65


We have now a flutter utility

atmosphere:
  sdk: ">=2.8.0 <3.0.0"

We did not face any points earlier than migrating to ios organizations, however after migration, I am unable to signal the applying by way of flutter construct ios --release

†he error is

Didn't construct iOS app
Error output from Xcode construct:
↳
    2023-05-27 03:53:19.246 xcodebuild[32202:165759] DVTCoreDeviceEnabledState:
    DVTCoreDeviceEnabledState_Disabled set by way of person default
    (DVTEnableCoreDevice=disabled)
    2023-05-27 03:55:32.079 xcodebuild[32202:165808]  DVTAssertions: Warning in
    /System/Volumes/Knowledge/SWE/Apps/DT/BuildRoots/BuildRoot7/ActiveBuildRoot/Libra
    ry/Caches/com.apple.xbs/Sources/DVTiOSFrameworks/DVTiOSFrameworks-21677/DTDe
    viceKitBase/DTDKRemoteDeviceData.m:382
    Particulars:  (null) deviceType from 00008101-001870180441401E was NULL when
    -platform referred to as.
    Object:   <DTDKMobileDeviceToken: 0x14772e890>
    Technique:   -platform
    Thread:   <NSThread: 0x600002691380>{quantity = 2, identify = (null)}
    Please file a bug at https://feedbackassistant.apple.com with this warning
    message and any helpful data you may present.
    2023-05-27 03:55:32.208 xcodebuild[32202:168121]  DVTAssertions: Warning in
    /System/Volumes/Knowledge/SWE/Apps/DT/BuildRoots/BuildRoot7/ActiveBuildRoot/Libra
    ry/Caches/com.apple.xbs/Sources/DVTiOSFrameworks/DVTiOSFrameworks-21677/DTDe
    viceKitBase/DTDKRemoteDeviceData.m:382
    Particulars:  (null) deviceType from 00008101-001870180441401E was NULL when
    -platform referred to as.
    Object:   <DTDKMobileDeviceToken: 0x14772e890>
    Technique:   -platform
    Thread:   <NSThread: 0x6000029bec80>{quantity = 20, identify = (null)}
    Please file a bug at https://feedbackassistant.apple.com with this warning
    message and any helpful data you may present.
    xcodebuild: error: Scheme Runner is just not at the moment configured for the construct
    motion.


════════════════════════════════════════════════════════════════════════════════
Constructing a deployable iOS app requires a particular Growth Staff with a 
Provisioning Profile. Please be certain that a Growth Staff is chosen by:
  1- Open the Flutter venture's Xcode goal with
       open ios/Runner.xcworkspace
  2- Choose the 'Runner' venture within the navigator then the 'Runner' goal
     within the venture settings
  3- Be sure that a 'Growth Staff' is chosen beneath Signing & Capabilities >
  Staff.
     It's possible you'll have to:
         - Log in along with your Apple ID in Xcode first
         - Guarantee you've a sound distinctive Bundle ID
         - Register your gadget along with your Apple Developer Account
         - Let Xcode mechanically provision a profile in your app
  4- Construct or run your venture once more

For extra data, please go to:
  https://flutter.dev/docs/get-started/set up/macos#deploy-to-ios-devices

Or run on an iOS simulator with out code signing
════════════════════════════════════════════════════════════════════════════════
Encountered error whereas constructing for gadget.

I’ve tried clearing the previous key from Flutter cache, I added the signing settings to the podfile. I understand how to launch to ios, I’ve launched round 10 earlier variations. This problem began occurring after migrating to the apple group account.