iOS模拟器崩溃

Posted

技术标签:

【中文标题】iOS模拟器崩溃【英文标题】:Crash on iOS-Simulator 【发布时间】:2020-07-05 19:16:12 【问题描述】:

点击 Flutter ios 模拟器右上角的位置按钮后,应用程序会自动关闭。

设备:iOS 模拟器(iPhone 11 Pro)。

这是终端上显示的内容。

Lost connection to device.
*** First throw call stack:
(
        0   CoreFoundation                      0x00007fff23e6aefe __exceptionPreprocess + 350
        1   libobjc.A.dylib                     0x00007fff515339b2 objc_exception_throw + 48
        2   CoreFoundation                      0x00007fff23e6ad3c +[NSException raise:format:] + 188
        3   location                            0x000000010384f88a -[LocationPlugin requestPermission] + 426
        4   location                            0x000000010384ef18 -[LocationPlugin handleMethodCall:result:] + 2072
        5   Flutter                             0x0000000101332b1f __45-[FlutterMethodChannel setMethodCallHandler:]_block_invoke + 104
        6   Flutter                             0x00000001012c1762 _ZNK7flutter21PlatformMessageRouter21HandlePlatformMess<…>

【问题讨论】:

【参考方案1】:

崩溃显示[LocationPlugin requestPermission],这是因为您没有将位置权限添加到 info.plist。

要解决这个问题,您需要 将位置权限添加到您的 info.plist

<key>NSLocationWhenInUseUsageDescription</key>
<string>When in use permissions</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>always permissions</string>
<key>NSLocationAlwaysAndWhenInUsageDescription</key>
<string>Always and in usage permissions</string>

【讨论】:

以上是关于iOS模拟器崩溃的主要内容,如果未能解决你的问题,请参考以下文章

iOS 模拟器崩溃 requestAlwaysAuthorization()

iOS4.3模拟器中的iOS5稳定应用程序崩溃

iOS 模拟器在麦克风权限请求时崩溃

Xcode 8.0 GM iPhone 模拟器 (iOS 10) 崩溃

IOS 7模拟器上的“无法识别的选择器”崩溃

xcode 5.1 中的 iOS 模拟器崩溃