-
Notifications
You must be signed in to change notification settings - Fork 29.6k
Closed
Labels
in triagePresently being triaged by the triage teamPresently being triaged by the triage teamwaiting for customer responseThe Flutter team cannot make further progress on this issue until the original reporter respondsThe Flutter team cannot make further progress on this issue until the original reporter responds
Description
doctor
✓] Flutter (Channel master, 1.19.0-2.0.pre.142, on Mac OS X 10.14.5 18F132, locale en-ID)
[!] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
! Some Android licenses not accepted. To resolve this, run: flutter doctor --android-licenses
[✓] Xcode - develop for iOS and macOS (Xcode 11.3)
[!] Android Studio (version 3.5)
✗ Flutter plugin not installed; this adds Flutter specific functionality.
✗ Dart plugin not installed; this adds Dart specific functionality.
[✓] VS Code (version 1.45.1)
[✓] Connected device (1 available)
So the problem is :
- Flutter debug to ios, works fine
- When try to build release, it errors like
Error output from Xcode build:
↳
** BUILD FAILED
...
Command PhaseScriptExecution failed with a nonzero exit code
note: Using new build system
note: Planning build
note: Constructing build description
...
Encountered error while building for device.
- run flutter clean
- run flutter build ios --release
- works
...
Xcode build done. 153.6s
...
- Now when I try to debug : error
...
Could not build the application for the simulator.
Error launching application on iPhone 11 Pro Max.
Exited (sigterm)
- run flutter clean
- debug works
apgapg, jdeltoft and henry2manfernandoive
Metadata
Metadata
Assignees
Labels
in triagePresently being triaged by the triage teamPresently being triaged by the triage teamwaiting for customer responseThe Flutter team cannot make further progress on this issue until the original reporter respondsThe Flutter team cannot make further progress on this issue until the original reporter responds