Flutter 3.3.2 iOS Construct Fails on Model New Venture with Xcode 16.3 and iOS 15.5

0
1
Flutter 3.3.2 iOS Construct Fails on Model New Venture with Xcode 16.3 and iOS 15.5


I am encountering a problem with a model new Flutter mission created utilizing Flutter SDK model 3.3.2. The mission runs completely on Android, nevertheless it fails to construct for iOS with none adjustments to the default mission. I am utilizing Xcode 16.3 and concentrating on iOS 15.5. No extra packages or pods have been put in, and it is a recent mission. The error happens when making an attempt to construct or run the app on an iOS simulator or gadget. I’ve connected a picture of the error for reference. Has anybody confronted this subject with an analogous setup, and the way can I resolve it?

Steps to Reproduce:

Create a brand new Flutter mission utilizing flutter create my_project with Flutter 3.3.2.
Run flutter run concentrating on an iOS simulator or gadget (iOS 15.5).
Observe the construct error in Xcode 16.3.
Surroundings:

Flutter SDK: 3.3.2
Xcode: 16.3
iOS: 15.5
No extra packages or Podfile modifications
Please see the connected error picture for particulars. Any assist or ideas could be vastly appreciated![enter image description here][1]

Launching lib/primary.dart on iPhone 13 in debug mode...
primary.dart:1
Updating mission for Xcode compatibility.
Upgrading mission.pbxproj
Upgrading Runner.xcscheme
Xcode construct finished.                                            8.7s
Did not construct iOS app
Error output from Xcode construct:
↳
    --- xcodebuild: WARNING: Utilizing the primary of a number of matching locations:
    { platform:iOS Simulator, arch:arm64, id:501E90B7-67C2-44B3-AFDA-7D3F0D0CD646, OS:15.5, title:iPhone 13 }
    { platform:iOS Simulator, arch:x86_64, id:501E90B7-67C2-44B3-AFDA-7D3F0D0CD646, OS:15.5, title:iPhone 13 }
    ** BUILD FAILED **
Xcode's output:
↳
    Writing outcome bundle at path:
        /var/folders/53/lfgfzz4x4g5btvshljws1tkm0000gn/T/flutter_tools.yQtWB6/flutter_ios_build_temp_direuIds1/temporary_xcresult_bundle
    Did not bundle /Customers/dinodtharinda/Paperwork/Tasks/Flutter/test_ios.
    Command PhaseScriptExecution failed with a nonzero exit code
    be aware: Run script construct part 'Run Script' shall be run throughout each construct as a result of the choice to run the script part "Based mostly on dependency evaluation" is unchecked. (in goal 'Runner' from mission 'Runner')
    be aware: Run script construct part 'Skinny Binary' shall be run throughout each construct as a result of the choice to run the script part "Based mostly on dependency evaluation" is unchecked. (in goal 'Runner' from mission 'Runner')
Couldn't construct the applying for the simulator.
Error launching utility on iPhone 13.
Exited

LEAVE A REPLY

Please enter your comment!
Please enter your name here