Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
[ad_1]
I simply created a brand new mission with the very_good_cli v0.8.4 like this very_good create my_project
.
Sadly, when I attempt to launch it on the iPhone 14 Professional Max emulator by way of flutter run lib/main_development.dart
I get the next error message.
flutter run
lib/main_development.dart
Launching lib/main_development.dart on iPhone 14 Professional Max in
debug mode...
The Xcode mission defines construct configurations:
Debug-production, Debug-development, Debug-staging,
Launch-production, Launch-development, Launch-staging,
Profile-production, Profile-development, Profile-staging
Flutter expects a construct configuration named Debug or
related.
Open Xcode to repair the issue:
open ios/Runner.xcworkspace
1. Click on on "Runner" within the mission navigator.
2. Make sure the Runner PROJECT is chosen, not the Runner
TARGET.
3. Click on the Editor->Add Configuration->Duplicate "Debug"
Configuration.
If this feature is disabled, it's possible you have got the
goal chosen as an alternative
of the mission; see:
https://stackoverflow.com/questions/19842746/adding-a-bui
ld-configuration-in-xcode
When you've got created a very customized set of construct
configurations,
you may set the FLUTTER_BUILD_MODE=debug
within the .xcconfig file for that configuration and run from
Xcode.
4. If you're not utilizing utterly customized construct
configurations, title the newly created configuration debug.
Couldn't construct the appliance for the simulator.
Error launching software on iPhone 14 Professional Max.
I did attempt including the FLUTTER_BUILD_MODE=debug
in each the Debug.xcconfig
and Realese.xcconfig
however didn’t make any distinction.
That is how the generated configurations appear to be:
Any options?
[ad_2]