Skip to content

[Bug]: Install plus_plugins package got crash in iPhone6 & iPhone11 #2203

@kt71020

Description

@kt71020

Platform

iPhone6.iPhone11

Plugin

connectivity_plus

Version

4.02,3.06

Flutter SDK

3.10.0

Steps to reproduce

  1. flutter pub add connectivity_plus
  2. flutter run
    `
    Launching lib/main.dart on DIKOKO in debug mode...
    main.dart:1
    Automatically signing iOS for device deployment using specified development team in Xcode project: BTMLxxxxxx
    Xcode build done. 12.1s
  • thread Battery Plus: add Windows support #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x0)
    frame #0: 0x0000000000000000
    error: memory read failed for 0x0
    Target 0: (Runner) stopped.
    Error launching application on DIKOKO.
    `

Code Sample

import 'package:flutter/material.dart';
import 'package:get/get.dart';

Future<void> main() async {
  runApp(
    const GetMaterialApp(
      debugShowCheckedModeBanner: false,
      title: "Application",
      home: Scaffold(
        body: Center(
          child: Text('Hello World!'),
        ),
      ),
    ),
  );
}

Logs

[ +289 ms] building file list ... done
           Runner.app/
           Runner.app/Info.plist
           Runner.app/Runner
           Runner.app/Frameworks/
           Runner.app/Frameworks/App.framework/
           Runner.app/Frameworks/App.framework/App
           Runner.app/Frameworks/App.framework/_CodeSignature/CodeResources
           Runner.app/Frameworks/App.framework/flutter_assets/AssetManifest.bin
           Runner.app/Frameworks/App.framework/flutter_assets/AssetManifest.json
           Runner.app/Frameworks/App.framework/flutter_assets/FontManifest.json
           Runner.app/Frameworks/App.framework/flutter_assets/NOTICES.Z
           Runner.app/Frameworks/App.framework/flutter_assets/kernel_blob.bin
           Runner.app/Frameworks/App.framework/flutter_assets/shaders/
           Runner.app/Frameworks/App.framework/flutter_assets/shaders/ink_sparkle.frag
           Runner.app/Frameworks/AppAuth.framework/
           Runner.app/Frameworks/AppAuth.framework/AppAuth
           Runner.app/Frameworks/AppAuth.framework/_CodeSignature/
           Runner.app/Frameworks/AppAuth.framework/_CodeSignature/CodeResources
           Runner.app/Frameworks/FBLPromises.framework/
           Runner.app/Frameworks/FBLPromises.framework/FBLPromises
           Runner.app/Frameworks/FBLPromises.framework/_CodeSignature/
           Runner.app/Frameworks/FBLPromises.framework/_CodeSignature/CodeResources
           Runner.app/Frameworks/FMDB.framework/
           Runner.app/Frameworks/FMDB.framework/FMDB
           Runner.app/Frameworks/FMDB.framework/_CodeSignature/
           Runner.app/Frameworks/FMDB.framework/_CodeSignature/CodeResources
           Runner.app/Frameworks/FirebaseAppCheckInterop.framework/
           Runner.app/Frameworks/FirebaseAppCheckInterop.framework/FirebaseAppCheckInterop
           Runner.app/Frameworks/FirebaseAppCheckInterop.framework/_CodeSignature/
           Runner.app/Frameworks/FirebaseAppCheckInterop.framework/_CodeSignature/CodeResources
           Runner.app/Frameworks/FirebaseAuth.framework/
           Runner.app/Frameworks/FirebaseAuth.framework/FirebaseAuth
           Runner.app/Frameworks/FirebaseAuth.framework/_CodeSignature/
           Runner.app/Frameworks/FirebaseAuth.framework/_CodeSignature/CodeResources
           Runner.app/Frameworks/FirebaseCore.framework/
           Runner.app/Frameworks/FirebaseCore.framework/FirebaseCore
           Runner.app/Frameworks/FirebaseCore.framework/_CodeSignature/
           Runner.app/Frameworks/FirebaseCore.framework/_CodeSignature/CodeResources
           Runner.app/Frameworks/FirebaseCoreInternal.framework/
           Runner.app/Frameworks/FirebaseCoreInternal.framework/FirebaseCoreInternal
           Runner.app/Frameworks/FirebaseCoreInternal.framework/_CodeSignature/
           Runner.app/Frameworks/FirebaseCoreInternal.framework/_CodeSignature/CodeResources
           Runner.app/Frameworks/FirebaseInstallations.framework/
           Runner.app/Frameworks/FirebaseInstallations.framework/FirebaseInstallations
           Runner.app/Frameworks/FirebaseInstallations.framework/_CodeSignature/
           Runner.app/Frameworks/FirebaseInstallations.framework/_CodeSignature/CodeResources
           Runner.app/Frameworks/FirebaseMessaging.framework/
           Runner.app/Frameworks/FirebaseMessaging.framework/FirebaseMessaging
           Runner.app/Frameworks/FirebaseMessaging.framework/_CodeSignature/
           Runner.app/Frameworks/FirebaseMessaging.framework/_CodeSignature/CodeResources
           Runner.app/Frameworks/GTMAppAuth.framework/
           Runner.app/Frameworks/GTMAppAuth.framework/GTMAppAuth
           Runner.app/Frameworks/GTMAppAuth.framework/_CodeSignature/
           Runner.app/Frameworks/GTMAppAuth.framework/_CodeSignature/CodeResources
           Runner.app/Frameworks/GTMSessionFetcher.framework/
           Runner.app/Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher
           Runner.app/Frameworks/GTMSessionFetcher.framework/_CodeSignature/
           Runner.app/Frameworks/GTMSessionFetcher.framework/_CodeSignature/CodeResources
           Runner.app/Frameworks/GoogleDataTransport.framework/
           Runner.app/Frameworks/GoogleDataTransport.framework/GoogleDataTransport
           Runner.app/Frameworks/GoogleDataTransport.framework/_CodeSignature/
           Runner.app/Frameworks/GoogleDataTransport.framework/_CodeSignature/CodeResources
           Runner.app/Frameworks/GoogleSignIn.framework/
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/Info.plist
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/Roboto-Bold.ttf
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/google.png
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/google@2x.png
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/google@3x.png
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/ar.lproj/
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/ar.lproj/GoogleSignIn.strings
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/ca.lproj/
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/ca.lproj/GoogleSignIn.strings
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/cs.lproj/
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/cs.lproj/GoogleSignIn.strings
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/da.lproj/
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/da.lproj/GoogleSignIn.strings
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/de.lproj/
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/de.lproj/GoogleSignIn.strings
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/el.lproj/
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/el.lproj/GoogleSignIn.strings
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/en.lproj/
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/en.lproj/GoogleSignIn.strings
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/en_GB.lproj/
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/en_GB.lproj/GoogleSignIn.strings
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/es.lproj/
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/es.lproj/GoogleSignIn.strings
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/es_MX.lproj/
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/es_MX.lproj/GoogleSignIn.strings
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/fi.lproj/
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/fi.lproj/GoogleSignIn.strings
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/fr.lproj/
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/fr.lproj/GoogleSignIn.strings
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/fr_CA.lproj/
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/fr_CA.lproj/GoogleSignIn.strings
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/he.lproj/
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/he.lproj/GoogleSignIn.strings
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/hi.lproj/
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/hi.lproj/GoogleSignIn.strings
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/hr.lproj/
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/hr.lproj/GoogleSignIn.strings
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/hu.lproj/
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/hu.lproj/GoogleSignIn.strings
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/id.lproj/
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/id.lproj/GoogleSignIn.strings
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/it.lproj/
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/it.lproj/GoogleSignIn.strings
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/ja.lproj/
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/ja.lproj/GoogleSignIn.strings
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/ko.lproj/
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/ko.lproj/GoogleSignIn.strings
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/ms.lproj/
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/ms.lproj/GoogleSignIn.strings
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/nb.lproj/
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/nb.lproj/GoogleSignIn.strings
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/nl.lproj/
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/nl.lproj/GoogleSignIn.strings
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/pl.lproj/
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/pl.lproj/GoogleSignIn.strings
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/pt.lproj/
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/pt.lproj/GoogleSignIn.strings
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/pt_BR.lproj/
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/pt_BR.lproj/GoogleSignIn.strings
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/pt_PT.lproj/
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/pt_PT.lproj/GoogleSignIn.strings
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/ro.lproj/
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/ro.lproj/GoogleSignIn.strings
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/ru.lproj/
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/ru.lproj/GoogleSignIn.strings
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/sk.lproj/
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/sk.lproj/GoogleSignIn.strings
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/sv.lproj/
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/sv.lproj/GoogleSignIn.strings
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/th.lproj/
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/th.lproj/GoogleSignIn.strings
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/tr.lproj/
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/tr.lproj/GoogleSignIn.strings
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/uk.lproj/
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/uk.lproj/GoogleSignIn.strings
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/vi.lproj/
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/vi.lproj/GoogleSignIn.strings
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/zh_CN.lproj/
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/zh_CN.lproj/GoogleSignIn.strings
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/zh_TW.lproj/
           Runner.app/Frameworks/GoogleSignIn.framework/GoogleSignIn.bundle/zh_TW.lproj/GoogleSignIn.strings
           Runner.app/Frameworks/GoogleSignIn.framework/_CodeSignature/
           Runner.app/Frameworks/GoogleSignIn.framework/_CodeSignature/CodeResources
           Runner.app/Frameworks/GoogleUtilities.framework/
           Runner.app/Frameworks/GoogleUtilities.framework/GoogleUtilities
           Runner.app/Frameworks/GoogleUtilities.framework/_CodeSignature/
           Runner.app/Frameworks/GoogleUtilities.framework/_CodeSignature/CodeResources
           Runner.app/Frameworks/PurchasesHybridCommon.framework/
           Runner.app/Frameworks/PurchasesHybridCommon.framework/PurchasesHybridCommon
           Runner.app/Frameworks/PurchasesHybridCommon.framework/_CodeSignature/
           Runner.app/Frameworks/PurchasesHybridCommon.framework/_CodeSignature/CodeResources
           Runner.app/Frameworks/Reachability.framework/
           Runner.app/Frameworks/Reachability.framework/Reachability
           Runner.app/Frameworks/Reachability.framework/_CodeSignature/
           Runner.app/Frameworks/Reachability.framework/_CodeSignature/CodeResources
           Runner.app/Frameworks/RecaptchaInterop.framework/
           Runner.app/Frameworks/RecaptchaInterop.framework/RecaptchaInterop
           Runner.app/Frameworks/RecaptchaInterop.framework/_CodeSignature/
           Runner.app/Frameworks/RecaptchaInterop.framework/_CodeSignature/CodeResources
           Runner.app/Frameworks/RevenueCat.framework/
           Runner.app/Frameworks/RevenueCat.framework/RevenueCat
           Runner.app/Frameworks/RevenueCat.framework/_CodeSignature/
           Runner.app/Frameworks/RevenueCat.framework/_CodeSignature/CodeResources
           Runner.app/Frameworks/connectivity_plus.framework/
           Runner.app/Frameworks/connectivity_plus.framework/connectivity_plus
           Runner.app/Frameworks/connectivity_plus.framework/_CodeSignature/
           Runner.app/Frameworks/connectivity_plus.framework/_CodeSignature/CodeResources
           Runner.app/Frameworks/flutter_native_splash.framework/
           Runner.app/Frameworks/flutter_native_splash.framework/flutter_native_splash
           Runner.app/Frameworks/flutter_native_splash.framework/_CodeSignature/
           Runner.app/Frameworks/flutter_native_splash.framework/_CodeSignature/CodeResources
           Runner.app/Frameworks/modal_progress_hud_nsn.framework/
           Runner.app/Frameworks/modal_progress_hud_nsn.framework/modal_progress_hud_nsn
           Runner.app/Frameworks/modal_progress_hud_nsn.framework/_CodeSignature/
           Runner.app/Frameworks/modal_progress_hud_nsn.framework/_CodeSignature/CodeResources
           Runner.app/Frameworks/nanopb.framework/
           Runner.app/Frameworks/nanopb.framework/nanopb
           Runner.app/Frameworks/nanopb.framework/_CodeSignature/
           Runner.app/Frameworks/nanopb.framework/_CodeSignature/CodeResources
           Runner.app/Frameworks/path_provider_foundation.framework/
           Runner.app/Frameworks/path_provider_foundation.framework/path_provider_foundation
           Runner.app/Frameworks/path_provider_foundation.framework/_CodeSignature/
           Runner.app/Frameworks/path_provider_foundation.framework/_CodeSignature/CodeResources
           Runner.app/Frameworks/purchases_flutter.framework/
           Runner.app/Frameworks/purchases_flutter.framework/purchases_flutter
           Runner.app/Frameworks/purchases_flutter.framework/_CodeSignature/
           Runner.app/Frameworks/purchases_flutter.framework/_CodeSignature/CodeResources
           Runner.app/Frameworks/shared_preferences_foundation.framework/
           Runner.app/Frameworks/shared_preferences_foundation.framework/shared_preferences_foundation
           Runner.app/Frameworks/shared_preferences_foundation.framework/_CodeSignature/
           Runner.app/Frameworks/shared_preferences_foundation.framework/_CodeSignature/CodeResources
           Runner.app/Frameworks/sign_in_with_apple.framework/
           Runner.app/Frameworks/sign_in_with_apple.framework/sign_in_with_apple
           Runner.app/Frameworks/sign_in_with_apple.framework/_CodeSignature/
           Runner.app/Frameworks/sign_in_with_apple.framework/_CodeSignature/CodeResources
           Runner.app/Frameworks/sqflite.framework/
           Runner.app/Frameworks/sqflite.framework/sqflite
           Runner.app/Frameworks/sqflite.framework/_CodeSignature/
           Runner.app/Frameworks/sqflite.framework/_CodeSignature/CodeResources
           Runner.app/Frameworks/url_launcher_ios.framework/
           Runner.app/Frameworks/url_launcher_ios.framework/url_launcher_ios
           Runner.app/Frameworks/url_launcher_ios.framework/_CodeSignature/
           Runner.app/Frameworks/url_launcher_ios.framework/_CodeSignature/CodeResources
           Runner.app/Frameworks/webview_flutter_wkwebview.framework/
           Runner.app/Frameworks/webview_flutter_wkwebview.framework/webview_flutter_wkwebview
           Runner.app/Frameworks/webview_flutter_wkwebview.framework/_CodeSignature/
           Runner.app/Frameworks/webview_flutter_wkwebview.framework/_CodeSignature/CodeResources
           Runner.app/_CodeSignature/CodeResources

           sent 88363216 bytes  received 3090 bytes  58910870.67 bytes/sec
           total size is 189433504  speedup is 2.14
[   +1 ms] Installing and launching...
[        ] Debugging is enabled, connecting to vmService
[   +1 ms] executing: script -t 0 /dev/null /Users/kt/fvm/versions/3.13.0/bin/cache/artifacts/ios-deploy/ios-deploy --id d9413e94e0ab35d888d66805cd701b83771b1efa --bundle build/ios/iphoneos/Runner.app --app_deltas build/ios/app-delta --debug --no-wifi --args --enable-dart-profiling --enable-checked-mode --verify-entry-points
[  +11 ms] [....] Waiting for iOS device to be connected
[ +258 ms] [....] Using d9413e94e0ab35d888d66805cd701b83771b1efa (D101AP, iPhone 7, iphoneos, arm64, 14.4.1, 18D61) a.k.a. 'DIKOKO'.
[        ] ------ Install phase ------
[        ] [  0%] Found d9413e94e0ab35d888d66805cd701b83771b1efa (D101AP, iPhone 7, iphoneos, arm64, 14.4.1, 18D61) a.k.a. 'DIKOKO' connected through USB, beginning install
[ +256 ms] [  5%] TransferringPackage
[        ] [  5%] Copying /Users/kt/kcode/flutter/eve202310/build/ios/app-delta/Runner.app.
[ +851 ms] [100%] Installed package build/ios/iphoneos/Runner.app
[ +124 ms] ------ Debug phase ------
[        ] Starting debug of d9413e94e0ab35d888d66805cd701b83771b1efa (D101AP, iPhone 7, iphoneos, arm64, 14.4.1, 18D61) a.k.a. 'DIKOKO' connected through USB...
[+1315 ms] [  0%] Looking up developer disk image
[  +15 ms] [ 95%] Developer disk image mounted successfully
[ +805 ms] Detected path to iOS debug symbols: "Symbol Path: /Users/kt/Library/Developer/Xcode/iOS DeviceSupport/iPhone9,3 14.4.1 (18D61)/Symbols"
[+1262 ms] [100%] Connecting to remote debug server
[        ] -------------------------
[ +137 ms] (lldb) command source -s 0 '/tmp/82C7252C-93AE-4BF8-8F1B-0358CE65E6A3/fruitstrap-lldb-prep-cmds-d9413e94e0ab35d888d66805cd701b83771b1efa'
[        ] Executing commands in '/tmp/82C7252C-93AE-4BF8-8F1B-0358CE65E6A3/fruitstrap-lldb-prep-cmds-d9413e94e0ab35d888d66805cd701b83771b1efa'.
[        ] (lldb)     platform select remote-'ios' --sysroot '/Users/kt/Library/Developer/Xcode/iOS DeviceSupport/iPhone9,3 14.4.1 (18D61)/Symbols'
[        ]   Platform: remote-ios
[        ]  Connected: no
[        ]    Sysroot: /Users/kt/Library/Developer/Xcode/iOS DeviceSupport/iPhone9,3 14.4.1 (18D61)/Symbols
[        ]   SDK Path: "/Users/kt/Library/Developer/Xcode/iOS DeviceSupport/iPhone9,3 14.4.1 (18D61)/Symbols"
[        ] (lldb)     target create "/Users/kt/kcode/flutter/eve202310/build/ios/iphoneos/Runner.app"
[+6395 ms] Current executable set to '/Users/kt/kcode/flutter/eve202310/build/ios/iphoneos/Runner.app' (arm64).
[        ] (lldb)     script fruitstrap_device_app="/private/var/containers/Bundle/Application/49008699-1544-481B-968C-D18A687F15FA/Runner.app"
[  +47 ms] (lldb)     script fruitstrap_connect_url="connect://127.0.0.1:53315"
[        ] (lldb)     script fruitstrap_output_path=""
[        ] (lldb)     script fruitstrap_error_path=""
[        ] (lldb)     target modules search-paths add /usr "/Users/kt/Library/Developer/Xcode/iOS DeviceSupport/iPhone9,3 14.4.1 (18D61)/Symbols/usr" /System "/Users/kt/Library/Developer/Xcode/iOS DeviceSupport/iPhone9,3 14.4.1 (18D61)/Symbols/System" "/private/var/containers/Bundle/Application/49008699-1544-481B-968C-D18A687F15FA" "/Users/kt/kcode/flutter/eve202310/build/ios/iphoneos" "/var/containers/Bundle/Application/49008699-1544-481B-968C-D18A687F15FA" "/Users/kt/kcode/flutter/eve202310/build/ios/iphoneos" /Developer "/Users/kt/Library/Developer/Xcode/iOS DeviceSupport/iPhone9,3 14.4.1 (18D61)/Symbols/Developer"
[  +32 ms] (lldb)     command script import "/tmp/82C7252C-93AE-4BF8-8F1B-0358CE65E6A3/fruitstrap_d9413e94e0ab35d888d66805cd701b83771b1efa.py"
[   +3 ms] (lldb)     command script add -f fruitstrap_d9413e94e0ab35d888d66805cd701b83771b1efa.connect_command connect
[        ] (lldb)     command script add -s asynchronous -f fruitstrap_d9413e94e0ab35d888d66805cd701b83771b1efa.run_command run
[        ] (lldb)     command script add -s asynchronous -f fruitstrap_d9413e94e0ab35d888d66805cd701b83771b1efa.autoexit_command autoexit
[        ] (lldb)     command script add -s asynchronous -f fruitstrap_d9413e94e0ab35d888d66805cd701b83771b1efa.safequit_command safequit
[        ] (lldb)     connect
[  +16 ms] (lldb)     run
[        ] Debugger state set to launching.
[ +134 ms] success
[        ] Debugger state set to attached.
[        ] Application launched on the device. Waiting for Dart VM Service url.
[+1815 ms] (lldb) Process 752 stopped
[   +3 ms] * thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x0)
[        ]     frame #0: 0x0000000000000000
[        ] error: memory read failed for 0x0
[        ] Target 0: (Runner) stopped.
[        ] thread backtrace all
[        ] Debugger state set to detached.
[        ] process detach
[+2585 ms] * thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x0)
[        ]   * frame #0: 0x0000000000000000
[        ]     frame #1: 0x000000010284c9e0 connectivity_plus`PathMonitorConnectivityProvider.ensurePathMonitor(self=0x0000000163bbc550) at PathMonitorConnectivityProvider.swift:49:25
[        ]     frame #2: 0x000000010284c0cc connectivity_plus`PathMonitorConnectivityProvider.init() at PathMonitorConnectivityProvider.swift:34:9
[        ]     frame #3: 0x000000010284c234 connectivity_plus`@objc PathMonitorConnectivityProvider.init() at <compiler-generated>:0
[        ]     frame #4: 0x000000010284ba80 connectivity_plus`PathMonitorConnectivityProvider.__allocating_init() at PathMonitorConnectivityProvider.swift:0
[        ]     frame #5: 0x00000001028537d8 connectivity_plus`static SwiftConnectivityPlusPlugin.register(registrar=__C.FlutterPluginRegistrar @ 0x000000016fbdcca0, self=connectivity_plus.SwiftConnectivityPlusPlugin) at SwiftConnectivityPlusPlugin.swift:28:30
[        ]     frame #6: 0x0000000102853d9c connectivity_plus`@objc static SwiftConnectivityPlusPlugin.register(with:) at <compiler-generated>:0
[        ]     frame #7: 0x0000000102848258 connectivity_plus`+[ConnectivityPlusPlugin registerWithRegistrar:](self=ConnectivityPlusPlugin, _cmd="registerWithRegistrar:", registrar=0x000000016397e580) at ConnectivityPlusPlugin.m:13:3
[        ]     frame #8: 0x00000001002281e4 Runner`+[GeneratedPluginRegistrant registerWithRegistry:](self=GeneratedPluginRegistrant, _cmd="registerWithRegistry:", registry=0x0000000163b4e1d0) at GeneratedPluginRegistrant.m:102:3
[        ]     frame #9: 0x0000000100228c6c Runner`AppDelegate.application(application=0x0000000162abea40, launchOptions=nil, self=0x0000000163b4e1d0) at AppDelegate.swift:15:35
[        ]     frame #10: 0x000000010022ac00 Runner`@objc AppDelegate.application(_:didFinishLaunchingWithOptions:) at <compiler-generated>:0
[        ]     frame #11: 0x00000001959048c0 UIKitCore`-[UIApplication _handleDelegateCallbacksWithOptions:isSuspended:restoreState:] + 356
[        ]     frame #12: 0x0000000195906860 UIKitCore`-[UIApplication _callInitializationDelegatesWithActions:forCanvas:payload:fromOriginatingProcess:] + 5076
[        ]     frame #13: 0x000000019590bf48 UIKitCore`-[UIApplication _runWithMainScene:transitionContext:completion:] + 1244
[        ]     frame #14: 0x0000000194fe1164 UIKitCore`-[_UISceneLifecycleMultiplexer completeApplicationLaunchWithFBSScene:transitionContext:] + 148
[        ]     frame #15: 0x000000019550a2b0 UIKitCore`_UIScenePerformActionsWithLifecycleActionMask + 100
[        ]     frame #16: 0x0000000194fe1c4c UIKitCore`__101-[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:]_block_invoke + 196
[        ]     frame #17: 0x0000000194fe1754 UIKitCore`-[_UISceneLifecycleMultiplexer _performBlock:withApplicationOfDeactivationReasons:fromReasons:] + 472
[        ]     frame #18: 0x0000000194fe1a78 UIKitCore`-[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:] + 740
[        ]     frame #19: 0x0000000194fe1334 UIKitCore`-[_UISceneLifecycleMultiplexer uiScene:transitionedFromState:withTransitionContext:] + 336
[        ]     frame #20: 0x0000000194fe8fe0 UIKitCore`__186-[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:]_block_invoke + 188
[        ]     frame #21: 0x00000001954231c4 UIKitCore`+[BSAnimationSettings(UIKit) tryAnimatingWithSettings:actions:completion:] + 812
[        ]     frame #22: 0x00000001955219d8 UIKitCore`_UISceneSettingsDiffActionPerformChangesWithTransitionContext + 244
[        ]     frame #23: 0x0000000194fe8cd4 UIKitCore`-[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:] + 356
[        ]     frame #24: 0x0000000194e279b8 UIKitCore`__64-[UIScene scene:didUpdateWithDiff:transitionContext:completion:]_block_invoke + 772
[        ]     frame #25: 0x0000000194e26458 UIKitCore`-[UIScene _emitSceneSettingsUpdateResponseForCompletion:afterSceneUpdateWork:] + 248
[        ]     frame #26: 0x0000000194e27604 UIKitCore`-[UIScene scene:didUpdateWithDiff:transitionContext:completion:] + 220
[        ]     frame #27: 0x000000019590a120 UIKitCore`-[UIApplication workspace:didCreateScene:withTransitionContext:completion:] + 548
[        ]     frame #28: 0x0000000195449ab8 UIKitCore`-[UIApplicationSceneClientAgent scene:didInitializeWithEvent:completion:] + 360
[        ]     frame #29: 0x00000001a23c7704 FrontBoardServices`-[FBSScene _callOutQueue_agent_didCreateWithTransitionContext:completion:] + 404
[        ]     frame #30: 0x00000001a23ef130 FrontBoardServices`__94-[FBSWorkspaceScenesClient createWithSceneID:groupID:parameters:transitionContext:completion:]_block_invoke.176 + 100
[        ]     frame #31: 0x00000001a23d4e60 FrontBoardServices`-[FBSWorkspace _calloutQueue_executeCalloutFromSource:withBlock:] + 232
[        ]     frame #32: 0x00000001a23eee44 FrontBoardServices`__94-[FBSWorkspaceScenesClient createWithSceneID:groupID:parameters:transitionContext:completion:]_block_invoke + 312
[        ]     frame #33: 0x0000000192cd6280 libdispatch.dylib`_dispatch_client_callout + 16
[        ]     frame #34: 0x0000000192c7b930 libdispatch.dylib`_dispatch_block_invoke_direct$VARIANT$mp + 224
[        ]     frame #35: 0x00000001a2413e60 FrontBoardServices`__FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 40
[        ]     frame #36: 0x00000001a2413b28 FrontBoardServices`-[FBSSerialQueue _targetQueue_performNextIfPossible] + 404
[        ]     frame #37: 0x00000001a2413ffc FrontBoardServices`-[FBSSerialQueue _performNextFromRunLoopSource] + 28
[        ]     frame #38: 0x000000019301dbf0 CoreFoundation`__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 24
[        ]     frame #39: 0x000000019301daf0 CoreFoundation`__CFRunLoopDoSource0 + 204
[        ]     frame #40: 0x000000019301ce38 CoreFoundation`__CFRunLoopDoSources0 + 256
[        ]     frame #41: 0x00000001930173e0 CoreFoundation`__CFRunLoopRun + 776
[        ]     frame #42: 0x0000000193016ba0 CoreFoundation`CFRunLoopRunSpecific + 572
[        ]     frame #43: 0x00000001a9d7f598 GraphicsServices`GSEventRunModal + 160
[        ]     frame #44: 0x00000001959082f4 UIKitCore`-[UIApplication _run] + 1052
[        ]     frame #45: 0x000000019590d874 UIKitCore`UIApplicationMain + 164
[        ]     frame #46: 0x000000010022be04 Runner`main at AppDelegate.swift:9:13
[        ]     frame #47: 0x0000000192cf5568 libdyld.dylib`start + 4
[        ]   thread #2, queue = 'com.apple.root.default-qos'
[        ]     frame #0: 0x00000001befdf304 libsystem_kernel.dylib`stat + 8
[        ]     frame #1: 0x0000000102b9ac50 libclang_rt.asan_ios_dynamic.dylib`wrap_stat + 228
[        ]     frame #2: 0x00000001942d29dc Foundation`_NSFrameworkPathFromLibraryPath + 416
[        ]     frame #3: 0x00000001942d2e78 Foundation`__25+[NSBundle allFrameworks]_block_invoke + 332
[        ]     frame #4: 0x0000000192cd6280 libdispatch.dylib`_dispatch_client_callout + 16
[        ]     frame #5: 0x0000000192c7a2f4 libdispatch.dylib`_dispatch_once_callout + 28
[        ]     frame #6: 0x00000001942a09fc Foundation`+[NSBundle allFrameworks] + 64
[        ]     frame #7: 0x00000001a53c0c90 AccessibilityUtilities`__43-[AXBinaryMonitor evaluateExistingBinaries]_block_invoke + 112
[        ]     frame #8: 0x0000000102ba9580 libclang_rt.asan_ios_dynamic.dylib`__wrap_dispatch_async_block_invoke + 188
[        ]     frame #9: 0x0000000192cd5298 libdispatch.dylib`_dispatch_call_block_and_release + 24
[        ]     frame #10: 0x0000000192cd6280 libdispatch.dylib`_dispatch_client_callout + 16
[        ]     frame #11: 0x0000000192c7b048 libdispatch.dylib`_dispatch_queue_override_invoke + 692
[        ]     frame #12: 0x0000000192c87f3c libdispatch.dylib`_dispatch_root_queue_drain + 376
[        ]     frame #13: 0x0000000192c88704 libdispatch.dylib`_dispatch_worker_thread2 + 124
[        ]     frame #14: 0x00000001db8c1568 libsystem_pthread.dylib`_pthread_wqthread + 212
[        ]   thread #3
[        ]     frame #0: 0x00000001db8c486c libsystem_pthread.dylib`start_wqthread
[        ]   thread #4
[        ]     frame #0: 0x00000001db8c486c libsystem_pthread.dylib`start_wqthread
[        ]   thread #5, name = 'com.apple.uikit.eventfetch-thread'
[        ]     frame #0: 0x00000001befb9644 libsystem_kernel.dylib`mach_msg_trap + 8
[        ]     frame #1: 0x00000001befb8a48 libsystem_kernel.dylib`mach_msg + 72
[        ]     frame #2: 0x000000019301d0fc CoreFoundation`__CFRunLoopServiceMachPort + 376
[        ]     frame #3: 0x0000000193017570 CoreFoundation`__CFRunLoopRun + 1176
[        ]     frame #4: 0x0000000193016ba0 CoreFoundation`CFRunLoopRunSpecific + 572
[        ]     frame #5: 0x00000001942367f8 Foundation`-[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 228
[        ]     frame #6: 0x00000001942366d8 Foundation`-[NSRunLoop(NSRunLoop) runUntilDate:] + 88
[        ]     frame #7: 0x00000001959b4054 UIKitCore`-[UIEventFetcher threadMain] + 504
[        ]     frame #8: 0x00000001943934bc Foundation`__NSThread__start__ + 848
[        ]     frame #9: 0x00000001db8bfc9c libsystem_pthread.dylib`_pthread_start + 288
[        ]   thread #6, queue = 'com.firebase.FIRInstallationsStore'
[        ]     frame #0: 0x00000001befb9644 libsystem_kernel.dylib`mach_msg_trap + 8
[        ]     frame #1: 0x00000001befb8a48 libsystem_kernel.dylib`mach_msg + 72
[        ]     frame #2: 0x0000000192c8e84c libdispatch.dylib`_dispatch_mach_send_and_wait_for_reply + 528
[        ]     frame #3: 0x0000000192c8ebe0 libdispatch.dylib`dispatch_mach_send_with_result_and_wait_for_reply$VARIANT$mp + 52
[        ]     frame #4: 0x00000001db8e1114 libxpc.dylib`xpc_connection_send_message_with_reply_sync + 236
[        ]     frame #5: 0x00000001930b8a18 CoreFoundation`__104-[CFPrefsSearchListSource synchronouslySendDaemonMessage:andAgentMessage:andDirectMessage:replyHandler:]_block_invoke_2 + 36
[        ]     frame #6: 0x0000000192f8d35c CoreFoundation`-[_CFXPreferences withConnectionForRole:performBlock:] + 44
[        ]     frame #7: 0x00000001930b89cc CoreFoundation`__104-[CFPrefsSearchListSource synchronouslySendDaemonMessage:andAgentMessage:andDirectMessage:replyHandler:]_block_invoke + 112
[        ]     frame #8: 0x00000001930b8840 CoreFoundation`CFPREFERENCES_IS_WAITING_FOR_SYSTEM_CFPREFSD + 92
[        ]     frame #9: 0x00000001930b6c88 CoreFoundation`-[CFPrefsSearchListSource synchronouslySendDaemonMessage:andAgentMessage:andDirectMessage:replyHandler:] + 240
[        ]     frame #10: 0x0000000192f91850 CoreFoundation`-[CFPrefsSearchListSource alreadylocked_generationCountFromListOfSources:count:] + 204
[        ]     frame #11: 0x00000001930b7680 CoreFoundation`-[CFPrefsSearchListSource alreadylocked_getDictionary:] + 444
[        ]     frame #12: 0x0000000192f88734 CoreFoundation`-[CFPrefsSearchListSource alreadylocked_copyValueForKey:] + 148
[        ]     frame #13: 0x0000000192f88680 CoreFoundation`-[CFPrefsSource copyValueForKey:] + 56
[        ]     frame #14: 0x00000001930f4eb0 CoreFoundation`__76-[_CFXPreferences copyAppValueForKey:identifier:container:configurationURL:]_block_invoke + 40
[        ]     frame #15: 0x00000001930ba374 CoreFoundation`__108-[_CFXPreferences(SearchListAdditions) withSearchListForIdentifier:container:cloudConfigurationURL:perform:]_block_invoke + 356
[        ]     frame #16: 0x00000001930b9a60 CoreFoundation`normalizeQuintuplet + 348
[        ]     frame #17: 0x00000001930ba1e8 CoreFoundation`-[_CFXPreferences withSearchListForIdentifier:container:cloudConfigurationURL:perform:] + 124
[        ]     frame #18: 0x0000000192f87acc CoreFoundation`-[_CFXPreferences copyAppValueForKey:identifier:container:configurationURL:] + 140
[        ]     frame #19: 0x00000001930f7668 CoreFoundation`_CFPreferencesCopyAppValueWithContainerAndConfiguration + 124
[        ]     frame #20: 0x000000010149a238 GoogleUtilities`-[GULUserDefaults objectForKey:](self=0x0000000163977b00, _cmd="objectForKey:", defaultName=@"1:377513976167:ios:cf4346cec52d031cc70fc2__FIRAPP_DEFAULT") at GULUserDefaults.m:97:32
[        ]     frame #21: 0x0000000101035364 FirebaseInstallations`__60-[FIRInstallationsStore installationExistsForAppID:appName:]_block_invoke(.block_descriptor=0x0000000162f86a80) at FIRInstallationsStore.m:104:36
[        ]     frame #22: 0x0000000100a683b0 FBLPromises`__38+[FBLPromise(.block_descriptor=0x0000000162f86ae0) onQueue:do:]_block_invoke at FBLPromise+Do.m:33:16
[        ]     frame #23: 0x0000000102ba96f4 libclang_rt.asan_ios_dynamic.dylib`__wrap_dispatch_group_async_block_invoke + 188
[        ]     frame #24: 0x0000000192cd5298 libdispatch.dylib`_dispatch_call_block_and_release + 24
[        ]     frame #25: 0x0000000192cd6280 libdispatch.dylib`_dispatch_client_callout + 16
[        ]     frame #26: 0x0000000192c7eec4 libdispatch.dylib`_dispatch_lane_serial_drain$VARIANT$mp + 860
[        ]     frame #27: 0x0000000192c7f8a8 libdispatch.dylib`_dispatch_lane_invoke$VARIANT$mp + 424
[        ]     frame #28: 0x0000000192c89338 libdispatch.dylib`_dispatch_workloop_worker_thread + 712
[        ]     frame #29: 0x00000001db8c15a4 libsystem_pthread.dylib`_pthread_wqthread + 272
[        ]   thread #7
[        ]     frame #0: 0x00000001db8c486c libsystem_pthread.dylib`start_wqthread
[        ]   thread #8
[        ]     frame #0: 0x00000001db8c486c libsystem_pthread.dylib`start_wqthread
[        ]   thread #9
[        ]     frame #0: 0x00000001db8c486c libsystem_pthread.dylib`start_wqthread
[        ]   thread #10, queue = 'com.google.GDTCORUploadCoordinator'
[        ]     frame #0: 0x00000001a743fb9c libobjc.A.dylib`AutoreleasePoolPage::add(objc_object*) + 200
[        ]     frame #1: 0x00000001a743fab0 libobjc.A.dylib`objc_object::rootAutorelease2() + 96
[        ]     frame #2: 0x0000000194357bc8 Foundation`_NS_os_log_callback + 284
[        ]     frame #3: 0x00000001a90ae574 libsystem_trace.dylib`_os_log_fmt_flatten_NSCF + 60
[        ]     frame #4: 0x00000001a90addd4 libsystem_trace.dylib`_os_log_fmt_flatten_object + 312
[        ]     frame #5: 0x00000001a90ba438 libsystem_trace.dylib`_os_log_impl_flatten_and_send + 1716
[        ]     frame #6: 0x0000000194059c74 libnetwork.dylib`nw_path_evaluator_start + 2776
[        ]     frame #7: 0x000000019405b988 libnetwork.dylib`nw_path_evaluator_set_update_handler + 216
[        ]     frame #8: 0x000000019353a3e0 SystemConfiguration`__SCNetworkReachabilitySetDispatchQueue + 1000
[        ]     frame #9: 0x000000019353a60c SystemConfiguration`SCNetworkReachabilitySetDispatchQueue + 120
[        ]     frame #10: 0x00000001013515c0 GoogleDataTransport`-[GDTCORReachability init](self=0x0000000163970660, _cmd="init") at GDTCORReachability.m:86:23
[        ]     frame #11: 0x000000010135042c GoogleDataTransport`__36+[GDTCORReachability sharedInstance]_block_invoke(.block_descriptor=0x0000000101382000) at GDTCORReachability.m:53:22
[        ]     frame #12: 0x0000000192cd6280 libdispatch.dylib`_dispatch_client_callout + 16
[        ]     frame #13: 0x0000000192c7a2f4 libdispatch.dylib`_dispatch_once_callout + 28
[        ]     frame #14: 0x000000010135035c GoogleDataTransport`+[GDTCORReachability sharedInstance] [inlined] _dispatch_once(predicate=0x000000010138ea20, block=0x0000000101350400) at once.h:85:3
[        ]     frame #15: 0x00000001013502d0 GoogleDataTransport`+[GDTCORReachability sharedInstance](self=GDTCORReachability, _cmd="sharedInstance") at GDTCORReachability.m:52:3
[        ]     frame #16: 0x00000001013501e0 GoogleDataTransport`+[GDTCORReachability initialize](self=GDTCORReachability, _cmd="initialize") at GDTCORReachability.m:46:3
[        ]     frame #17: 0x00000001a741f064 libobjc.A.dylib`CALLING_SOME_+initialize_METHOD + 20
[        ]     frame #18: 0x00000001a74250b0 libobjc.A.dylib`initializeNonMetaClass + 712
[        ]     frame #19: 0x00000001a7426410 libobjc.A.dylib`initializeAndMaybeRelock(objc_class*, objc_object*, mutex_tt<false>&, bool) + 300
[        ]     frame #20: 0x00000001a743452c libobjc.A.dylib`lookUpImpOrForward + 856
[        ]     frame #21: 0x00000001a741f820 libobjc.A.dylib`_objc_msgSend_uncached + 64
[        ]     frame #22: 0x000000010136307c GoogleDataTransport`-[GDTCORUploadCoordinator uploadConditions](self=0x0000000163b0b710, _cmd="uploadConditions") at GDTCORUploadCoordinator.m:143:49
[        ]     frame #23: 0x00000001013618c0 GoogleDataTransport`__37-[GDTCORUploadCoordinator startTimer]_block_invoke_2(.block_descriptor=0x0000000163b0c8d0) at GDTCORUploadCoordinator.m:80:45
[        ]     frame #24: 0x0000000102ba9af4 libclang_rt.asan_ios_dynamic.dylib`__wrap_dispatch_source_set_event_handler_block_invoke + 188
[        ]     frame #25: 0x0000000192cd6280 libdispatch.dylib`_dispatch_client_callout + 16
[        ]     frame #26: 0x0000000192c7b390 libdispatch.dylib`_dispatch_continuation_pop$VARIANT$mp + 412
[        ]     frame #27: 0x0000000192c8c0ac libdispatch.dylib`_dispatch_source_invoke$VARIANT$mp + 1308
[        ]     frame #28: 0x0000000192c7ec94 libdispatch.dylib`_dispatch_lane_serial_drain$VARIANT$mp + 300
[        ]     frame #29: 0x0000000192c7f8a8 libdispatch.dylib`_dispatch_lane_invoke$VARIANT$mp + 424
[        ]     frame #30: 0x0000000192c89338 libdispatch.dylib`_dispatch_workloop_worker_thread + 712
[        ]     frame #31: 0x00000001db8c15a4 libsystem_pthread.dylib`_pthread_wqthread + 272
[        ]   thread #11, name = 'io.flutter.1.ui'
[        ]     frame #0: 0x00000001befb9644 libsystem_kernel.dylib`mach_msg_trap + 8
[        ]     frame #1: 0x00000001befb8a48 libsystem_kernel.dylib`mach_msg + 72
[        ]     frame #2: 0x000000019301d0fc CoreFoundation`__CFRunLoopServiceMachPort + 376
[        ]     frame #3: 0x0000000193017570 CoreFoundation`__CFRunLoopRun + 1176
[        ]     frame #4: 0x0000000193016ba0 CoreFoundation`CFRunLoopRunSpecific + 572
[        ]     frame #5: 0x00000001038c45f8 Flutter`fml::MessageLoopDarwin::Run() + 88
[        ]     frame #6: 0x00000001038c319c Flutter`void* std::_LIBCPP_ABI_NAMESPACE::__thread_proxy[abi:v15000]<std::_LIBCPP_ABI_NAMESPACE::tuple<std::_LIBCPP_ABI_NAMESPACE::unique_ptr<std::_LIBCPP_ABI_NAMESPACE::__thread_struct, std::_LIBCPP_ABI_NAMESPACE::default_delete<std::_LIBCPP_ABI_NAMESPACE::__thread_struct>>, fml::Thread::Thread(std::_LIBCPP_ABI_NAMESPACE::function<void (fml::Thread::ThreadConfig const&)> const&, fml::Thread::ThreadConfig const&)::$_0>>(void*) + 208
[        ]     frame #7: 0x00000001db8bfc9c libsystem_pthread.dylib`_pthread_start + 288
[        ]   thread #12, name = 'io.flutter.1.raster'
[        ]     frame #0: 0x00000001befb9644 libsystem_kernel.dylib`mach_msg_trap + 8
[        ]     frame #1: 0x00000001befb8a48 libsystem_kernel.dylib`mach_msg + 72
[        ]     frame #2: 0x000000019301d0fc CoreFoundation`__CFRunLoopServiceMachPort + 376
[        ]     frame #3: 0x0000000193017570 CoreFoundation`__CFRunLoopRun + 1176
[        ]     frame #4: 0x0000000193016ba0 CoreFoundation`CFRunLoopRunSpecific + 572
[        ]     frame #5: 0x00000001038c45f8 Flutter`fml::MessageLoopDarwin::Run() + 88
[        ]     frame #6: 0x00000001038c319c Flutter`void* std::_LIBCPP_ABI_NAMESPACE::__thread_proxy[abi:v15000]<std::_LIBCPP_ABI_NAMESPACE::tuple<std::_LIBCPP_ABI_NAMESPACE::unique_ptr<std::_LIBCPP_ABI_NAMESPACE::__thread_struct, std::_LIBCPP_ABI_NAMESPACE::default_delete<std::_LIBCPP_ABI_NAMESPACE::__thread_struct>>, fml::Thread::Thread(std::_LIBCPP_ABI_NAMESPACE::function<void (fml::Thread::ThreadConfig const&)> const&, fml::Thread::ThreadConfig const&)::$_0>>(void*) + 208
[        ]     frame #7: 0x00000001db8bfc9c libsystem_pthread.dylib`_pthread_start + 288
[        ]   thread #13, name = 'io.flutter.1.io'
[        ]     frame #0: 0x00000001befb9644 libsystem_kernel.dylib`mach_msg_trap + 8
[        ]     frame #1: 0x00000001befb8a48 libsystem_kernel.dylib`mach_msg + 72
[        ]     frame #2: 0x000000019301d0fc CoreFoundation`__CFRunLoopServiceMachPort + 376
[        ]     frame #3: 0x0000000193017570 CoreFoundation`__CFRunLoopRun + 1176
[        ]     frame #4: 0x0000000193016ba0 CoreFoundation`CFRunLoopRunSpecific + 572
[        ]     frame #5: 0x00000001038c45f8 Flutter`fml::MessageLoopDarwin::Run() + 88
[        ]     frame #6: 0x00000001038c319c Flutter`void* std::_LIBCPP_ABI_NAMESPACE::__thread_proxy[abi:v15000]<std::_LIBCPP_ABI_NAMESPACE::tuple<std::_LIBCPP_ABI_NAMESPACE::unique_ptr<std::_LIBCPP_ABI_NAMESPACE::__thread_struct, std::_LIBCPP_ABI_NAMESPACE::default_delete<std::_LIBCPP_ABI_NAMESPACE::__thread_struct>>, fml::Thread::Thread(std::_LIBCPP_ABI_NAMESPACE::function<void (fml::Thread::ThreadConfig const&)> const&, fml::Thread::ThreadConfig const&)::$_0>>(void*) + 208
[        ]     frame #7: 0x00000001db8bfc9c libsystem_pthread.dylib`_pthread_start + 288
[        ]   thread #14, name = 'io.flutter.1.profiler'
[        ]     frame #0: 0x00000001befb9644 libsystem_kernel.dylib`mach_msg_trap + 8
[        ]     frame #1: 0x00000001befb8a48 libsystem_kernel.dylib`mach_msg + 72
[        ]     frame #2: 0x000000019301d0fc CoreFoundation`__CFRunLoopServiceMachPort + 376
[        ]     frame #3: 0x0000000193017570 CoreFoundation`__CFRunLoopRun + 1176
[        ]     frame #4: 0x0000000193016ba0 CoreFoundation`CFRunLoopRunSpecific + 572
[        ]     frame #5: 0x00000001038c45f8 Flutter`fml::MessageLoopDarwin::Run() + 88
[        ]     frame #6: 0x00000001038c319c Flutter`void* std::_LIBCPP_ABI_NAMESPACE::__thread_proxy[abi:v15000]<std::_LIBCPP_ABI_NAMESPACE::tuple<std::_LIBCPP_ABI_NAMESPACE::unique_ptr<std::_LIBCPP_ABI_NAMESPACE::__thread_struct, std::_LIBCPP_ABI_NAMESPACE::default_delete<std::_LIBCPP_ABI_NAMESPACE::__thread_struct>>, fml::Thread::Thread(std::_LIBCPP_ABI_NAMESPACE::function<void (fml::Thread::ThreadConfig const&)> const&, fml::Thread::ThreadConfig const&)::$_0>>(void*) + 208
[        ]     frame #7: 0x00000001db8bfc9c libsystem_pthread.dylib`_pthread_start + 288
[        ]   thread #15, name = 'io.worker.1'
[        ]     frame #0: 0x00000001befdc61c libsystem_kernel.dylib`__psynch_cvwait + 8
[        ]     frame #1: 0x00000001db8b945c libsystem_pthread.dylib`_pthread_cond_wait$VARIANT$mp + 1180
[        ]     frame #2: 0x0000000103637040 Flutter`std::_LIBCPP_ABI_NAMESPACE::condition_variable::wait(std::_LIBCPP_ABI_NAMESPACE::unique_lock<std::_LIBCPP_ABI_NAMESPACE::mutex>&) + 20
[        ]     frame #3: 0x00000001038bce80 Flutter`void* std::_LIBCPP_ABI_NAMESPACE::__thread_proxy[abi:v15000]<std::_LIBCPP_ABI_NAMESPACE::tuple<std::_LIBCPP_ABI_NAMESPACE::unique_ptr<std::_LIBCPP_ABI_NAMESPACE::__thread_struct, std::_LIBCPP_ABI_NAMESPACE::default_delete<std::_LIBCPP_ABI_NAMESPACE::__thread_struct>>, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0>>(void*) + 352
[        ]     frame #4: 0x00000001db8bfc9c libsystem_pthread.dylib`_pthread_start + 288
[        ]   thread #16, name = 'io.worker.2'
[        ]     frame #0: 0x00000001befdc61c libsystem_kernel.dylib`__psynch_cvwait + 8
[        ]     frame #1: 0x00000001db8b945c libsystem_pthread.dylib`_pthread_cond_wait$VARIANT$mp + 1180
[        ]     frame #2: 0x0000000103637040 Flutter`std::_LIBCPP_ABI_NAMESPACE::condition_variable::wait(std::_LIBCPP_ABI_NAMESPACE::unique_lock<std::_LIBCPP_ABI_NAMESPACE::mutex>&) + 20
[        ]     frame #3: 0x00000001038bce80 Flutter`void* std::_LIBCPP_ABI_NAMESPACE::__thread_proxy[abi:v15000]<std::_LIBCPP_ABI_NAMESPACE::tuple<std::_LIBCPP_ABI_NAMESPACE::unique_ptr<std::_LIBCPP_ABI_NAMESPACE::__thread_struct, std::_LIBCPP_ABI_NAMESPACE::default_delete<std::_LIBCPP_ABI_NAMESPACE::__thread_struct>>, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0>>(void*) + 352
[        ]     frame #4: 0x00000001db8bfc9c libsystem_pthread.dylib`_pthread_start + 288
[        ]   thread #17, name = 'dart:io EventHandler'
[        ]     frame #0: 0x00000001befde3b4 libsystem_kernel.dylib`kevent + 8
[        ]     frame #1: 0x0000000103b7fb44 Flutter`dart::bin::EventHandlerImplementation::EventHandlerEntry(unsigned long) + 416
[        ]     frame #2: 0x0000000103badbe8 Flutter`dart::bin::ThreadStart(void*) + 88
[        ]     frame #3: 0x00000001db8bfc9c libsystem_pthread.dylib`_pthread_start + 288
[        ]   thread #18, name = 'Dart Profiler ThreadInterrupter'
[        ]     frame #0: 0x00000001befdc61c libsystem_kernel.dylib`__psynch_cvwait + 8
[        ]     frame #1: 0x00000001db8b9488 libsystem_pthread.dylib`_pthread_cond_wait$VARIANT$mp + 1224
[        ]     frame #2: 0x0000000103d13728 Flutter`dart::Monitor::WaitMicros(long long) + 128
[        ]     frame #3: 0x0000000103da2cc8 Flutter`dart::ThreadInterrupter::ThreadMain(unsigned long) + 440
[        ]     frame #4: 0x0000000103d130e4 Flutter`dart::ThreadStart(void*) + 312
[        ]     frame #5: 0x00000001db8bfc9c libsystem_pthread.dylib`_pthread_start + 288
[        ]   thread #19, name = 'Dart Profiler SampleBlockProcessor'
[        ]     frame #0: 0x00000001befdc61c libsystem_kernel.dylib`__psynch_cvwait + 8
[        ]     frame #1: 0x00000001db8b9488 libsystem_pthread.dylib`_pthread_cond_wait$VARIANT$mp + 1224
[        ]     frame #2: 0x0000000103d16c0c Flutter`dart::SampleBlockProcessor::ThreadMain(unsigned long) + 256
[        ]     frame #3: 0x0000000103d130e4 Flutter`dart::ThreadStart(void*) + 312
[        ]     frame #4: 0x00000001db8bfc9c libsystem_pthread.dylib`_pthread_start + 288
[        ]   thread #20, name = 'DartWorker'
[        ]     frame #0: 0x0000000103eaf720 Flutter`dart::ParallelMoveResolver::Resolve(dart::ParallelMoveInstr*)
[        ]     frame #1: 0x0000000103ea9e30 Flutter`dart::FlowGraphAllocator::AllocateRegisters() + 10156
[        ]     frame #2: 0x0000000103ee2ff8 Flutter`dart::CompilerPass_AllocateRegistersForGraphIntrinsic::DoBody(dart::CompilerPassState*) const + 96
[        ]     frame #3: 0x0000000103eeed14 Flutter`dart::CompilerPass::Run(dart::CompilerPassState*) const + 308
[        ]     frame #4: 0x0000000103f7abbc Flutter`dart::compiler::Intrinsifier::Intrinsify(dart::ParsedFunction const&, dart::FlowGraphCompiler*) + 2676
[        ]     frame #5: 0x0000000103e2cc44 Flutter`dart::FunctionEntryInstr::EmitNativeCode(dart::FlowGraphCompiler*) + 2640
[        ]     frame #6: 0x0000000103edde40 Flutter`dart::CompilerPass_GenerateCode::DoBody(dart::CompilerPassState*) const + 2724
[        ]     frame #7: 0x0000000103eeed14 Flutter`dart::CompilerPass::Run(dart::CompilerPassState*) const + 308
[        ]     frame #8: 0x0000000103dbc378 Flutter`dart::CompileParsedFunctionHelper::Compile(dart::CompilationPipeline*) + 6472
[        ]     frame #9: 0x0000000103dbd900 Flutter`dart::CompileFunctionHelper(dart::CompilationPipeline*, dart::Function const&, bool, long) + 1760
[        ]     frame #10: 0x0000000103dbd178 Flutter`dart::Compiler::CompileFunction(dart::Thread*, dart::Function const&) + 544
[        ]     frame #11: 0x0000000103cd1c18 Flutter`dart::Function::EnsureHasCode() const + 84
[        ]     frame #12: 0x0000000103d653f8 Flutter`dart::TrySwitchInstanceCall(dart::Thread*, dart::StackFrame*, dart::Code const&, dart::Function const&, dart::ICData const&, dart::Function const&) + 404
[        ]     frame #13: 0x0000000103d64c60 Flutter`dart::PatchableCallHandler::ResolveSwitchAndReturn(dart::Object const&) + 1760
[        ]     frame #14: 0x0000000103d659a8 Flutter`dart::InlineCacheMissHandler(dart::Thread*, dart::Zone*, dart::GrowableArray<dart::Instance const*> const&, dart::ICData const&, dart::NativeArguments) + 340
[        ]     frame #15: 0x0000000103d5e970 Flutter`dart::DRT_InlineCacheMissHandlerOneArg(dart::NativeArguments) + 508
[        ]     frame #16: 0x0000000169182f5c
[        ]     frame #17: 0x000000016918441c
[        ]     frame #18: 0x0000000169c8200c
[        ]     frame #19: 0x0000000169c81144
[        ]     frame #20: 0x0000000169c80f48
[        ]     frame #21: 0x000000016918b6e0
[        ]     frame #22: 0x0000000169c80e58
[        ]     frame #23: 0x0000000169c80d8c
[        ]     frame #24: 0x0000000169c80cac
[        ]     frame #25: 0x00000001691834e4
[        ]     frame #26: 0x0000000103c24b80 Flutter`dart::DartEntry::InvokeFunction(dart::Function const&, dart::Array const&, dart::Array const&) + 476
[        ]     frame #27: 0x0000000103ff7220 Flutter`Dart_Invoke + 1540
[        ]     frame #28: 0x0000000103bb058c Flutter`flutter::DartIsolate::InitializeIsolate(std::_LIBCPP_ABI_NAMESPACE::shared_ptr<flutter::DartIsolate> const&, _Dart_Isolate*, char**) + 5752
[        ]     frame #29: 0x0000000103baedd0 Flutter`flutter::DartIsolate::CreateDartIsolateGroup(std::_LIBCPP_ABI_NAMESPACE::unique_ptr<std::_LIBCPP_ABI_NAMESPACE::shared_ptr<flutter::DartIsolateGroupData>, std::_LIBCPP_ABI_NAMESPACE::default_delete<std::_LIBCPP_ABI_NAMESPACE::shared_ptr<flutter::DartIsolateGroupData>>>, std::_LIBCPP_ABI_NAMESPACE::unique_ptr<std::_LIBCPP_ABI_NAMESPACE::shared_ptr<flutter::DartIsolate>, std::_LIBCPP_ABI_NAMESPACE::default_delete<std::_LIBCPP_ABI_NAMESPACE::shared_ptr<flutter::DartIsolate>>>, Dart_IsolateFlags*, char**, std::_LIBCPP_ABI_NAMESPACE::function<_Dart_Isolate* (std::_LIBCPP_ABI_NAMESPACE::shared_ptr<flutter::DartIsolateGroupData>*, std::_LIBCPP_ABI_NAMESPACE::shared_ptr<flutter::DartIsolate>*, Dart_IsolateFlags*, char**)> const&) + 180
[        ]     frame #30: 0x0000000103badf70 Flutter`flutter::DartIsolate::CreateRootIsolate(flutter::Settings const&, fml::RefPtr<flutter::DartSnapshot const>, std::_LIBCPP_ABI_NAMESPACE::unique_ptr<flutter::PlatformConfiguration, std::_LIBCPP_ABI_NAMESPACE::default_delete<flutter::PlatformConfiguration>>, flutter::DartIsolate::Flags const&, std::_LIBCPP_ABI_NAMESPACE::function<void ()> const&, std::_LIBCPP_ABI_NAMESPACE::function<void ()> const&, flutter::UIDartState::Context const&, flutter::DartIsolate const*) + 584
[        ]     frame #31: 0x0000000103bb3bc0 Flutter`flutter::DartIsolate::DartIsolateGroupCreateCallback(char const*, char const*, char const*, char const*, Dart_IsolateFlags*, std::_LIBCPP_ABI_NAMESPACE::shared_ptr<flutter::DartIsolate>*, char**) + 1600
[        ]     frame #32: 0x0000000103d8ee14 Flutter`dart::RunServiceTask::Run() + 176
[        ]     frame #33: 0x0000000103da3b80 Flutter`dart::ThreadPool::Worker::Main(unsigned long) + 396
[        ]     frame #34: 0x0000000103d130e4 Flutter`dart::ThreadStart(void*) + 312
[        ]     frame #35: 0x00000001db8bfc9c libsystem_pthread.dylib`_pthread_start + 288
[  +68 ms] (lldb) Process 752 detached
[   +1 ms] (lldb) 
[        ] ios-deploy exited with code 0
[   +5 ms] Installing and launching... (completed in 24.2s)
[   +3 ms] "flutter run" took 53,887ms.
[   +5 ms] Running 1 shutdown hook
[   +1 ms] Shutdown hooks complete
[        ] exiting with code 1

[        ] Error launching application on DIKOKO.
[   +3 ms] 
           #0      throwToolExit (package:flutter_tools/src/base/common.dart:10:3)
           #1      RunCommand.runCommand (package:flutter_tools/src/commands/run.dart:760:9)
           <asynchronous suspension>
           #2      FlutterCommand.run.<anonymous closure> (package:flutter_tools/src/runner/flutter_command.dart:1297:27)
           <asynchronous suspension>
           #3      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
           <asynchronous suspension>
           #4      CommandRunner.runCommand (package:args/command_runner.dart:212:13)
           <asynchronous suspension>
           #5      FlutterCommandRunner.runCommand.<anonymous closure> (package:flutter_tools/src/runner/flutter_command_runner.dart:339:9)
           <asynchronous suspension>
           #6      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
           <asynchronous suspension>
           #7      FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:285:5)
           <asynchronous suspension>
           #8      run.<anonymous closure>.<anonymous closure> (package:flutter_tools/runner.dart:115:9)
           <asynchronous suspension>
           #9      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
           <asynchronous suspension>
           #10     main (package:flutter_tools/executable.dart:90:3)
           <asynchronous suspension>

Flutter Doctor

[✓] Flutter (Channel stable, 3.13.6, on macOS 14.0 23A344 darwin-arm64, locale zh-Hant-TW)
    • Flutter version 3.13.6 on channel stable at /Users/kt/fvm/versions/3.13.0
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision ead455963c (6 days ago), 2023-09-26 18:28:17 -0700
    • Engine revision a794cf2681
    • Dart version 3.1.3
    • DevTools version 2.25.0

[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
    • Android SDK at /Users/kt/Library/Android/sdk
    • Platform android-34, build-tools 34.0.0
    • ANDROID_SDK_ROOT = /Users/kt/Library/Android/sdk
    • Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 17.0.6+0-17.0.6b802.4-9586694)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 15.0)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Build 15A240d
    • CocoaPods version 1.12.1

[✓] Chrome - develop for the web
    • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 2022.2)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart
    • android-studio-dir = /Applications/Android Studio.app
    • Java version OpenJDK Runtime Environment (build 17.0.6+0-17.0.6b802.4-9586694)

[✓] VS Code (version 1.82.2)
    • VS Code at /Applications/Visual Studio Code.app/Contents
    • Flutter extension version 3.74.0

[✓] Connected device (5 available)
    • Kevin ios17 (mobile) • 00008030-001969380A02802E                • ios            • iOS 17.0.2 21A351
    • DIKOKO (mobile)      • d9413e94e0ab35d888d66805cd701b83771b1efa • ios            • iOS 14.4.1 18D61
    • iPhone 15 (mobile)   • EEC9BDA1-B6E8-478B-812E-DE6332AF4C77     • ios            • com.apple.CoreSimulator.SimRuntime.iOS-17-0 (simulator)
    • macOS (desktop)      • macos                                    • darwin-arm64   • macOS 14.0 23A344 darwin-arm64
    • Chrome (web)         • chrome                                   • web-javascript • Google Chrome 117.0.5938.132

[✓] Network resources
    • All expected network resources are available.

• No issues found!

Checklist before submitting a bug

  • I Google'd a solution and I couldn't find it
  • I searched on StackOverflow for a solution and I couldn't find it
  • I read the README.md file of the plugin
  • I'm using the latest version of the plugin
  • All dependencies are up to date with flutter pub upgrade
  • I did a flutter clean
  • I tried running the example project

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingduplicateThis issue or pull request already exists

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions