Requested
Seen
35 instances
Launching lib/major.dart on iPhone 14 Professional Max in debug mode…
lib/major.dart:1
Xcode construct achieved. 10.3s
Did not construct iOS app
Error output from Xcode construct:
↳
** BUILD FAILED **
Xcode’s output:
↳
Writing end result bundle at path:
/var/folders/7h/ndtlsfr17l5bq1b28cq8hsjc0000gn/T/flutter_tools.mraRyP/flutter_ios_build_temp_dirQqypht/temporary_xcresult_bundle
Did not package deal /Customers/Mattsmac/AndroidStudioProjects/Sample_1/flutter_application_1.
Command PhaseScriptExecution failed with a nonzero exit code
observe: Constructing targets in dependency order
warning: Run script construct section ‘Run Script’ shall be run throughout each construct as a result of it doesn’t specify any outputs. To deal with this warning, both add output dependencies to the script section, or configure it to run in each construct by unchecking “Based mostly on dependency evaluation” within the script section. (in goal ‘Runner’ from undertaking ‘Runner’)
warning: Run script construct section ‘Skinny Binary’ shall be run throughout each construct as a result of it doesn’t specify any outputs. To deal with this warning, both add output dependencies to the script section, or configure it to run in each construct by unchecking “Based mostly on dependency evaluation” within the script section. (in goal ‘Runner’ from undertaking ‘Runner’)
End result bundle written to path:
/var/folders/7h/ndtlsfr17l5bq1b28cq8hsjc0000gn/T/flutter_tools.mraRyP/flutter_ios_build_temp_dirQqypht/temporary_xcresult_bundle
Couldn’t construct the applying for the simulator.
Error launching software on iPhone 14 Professional Max.
Exited
What’s the repair. Android simulator it really works.
MattPrash is a brand new contributor to this web site. Take care in asking for clarification, commenting, and answering.
Try our Code of Conduct.
It seems to be like a dependency concern, I’m not certain if it’ll assist you to, however you may attempt:
-
Delete the Pods folder and “podfile.lock”
-
Run “flutter pub improve” and “flutter pub get”
-
then from the ios listing run these instructions
- pod repo replace
- pod set up
I hope it’ll resolve the problem
Abdul Momin is a brand new contributor to this web site. Take care in asking for clarification, commenting, and answering.
Try our Code of Conduct.
lang-dart