-
Notifications
You must be signed in to change notification settings - Fork 28.5k
iOS14 crash #66175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I add some info, from crash log: `Exception Type: EXC_BAD_ACCESS (SIGKILL - CODESIGNING) Termination Reason: Namespace CODESIGNING, Code 0x2 [...] Thread 19 name: DartWorker Thread 19 crashed with ARM Thread State (64-bit): |
Yes, its a problem in iOS 14, this temporal fix works for me:
|
I have the same problem, |
I have the same problem, flutter run --release indeed works, It seems that there is a problem in debug mode, and there is no problem with release mode. thanks @salvadordeveloper |
is this reason? Upgrading to Flutter 1.22 beta allows you to build, test, and deploy to iOS without issue. Upgrading to 1.20.4 stable allows you to build and deploy to iOS 14, but not debug. |
Hi @Lanch92 |
good job |
Perfect! |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
Flutter 1.20.4
run app from flutter run or Xcode 12
disconnect app from debug session
crash when re-launch app
Note: running app in simulator does not have above issue.
The text was updated successfully, but these errors were encountered: