gpt4 book ai didi

iPad Air - CoreBluetooth [错误] 取消选择器,因为我们无法与蓝牙通信

转载 作者:行者123 更新时间:2023-12-01 05:00:13 27 4
gpt4 key购买 nike

我正在使用“ExternalAccessory 框架”。我在新的 iPad Air 上尝试我的应用时遇到了问题。

当我尝试显示蓝牙选择器时出现此错误:

CoreBluetooth[ERROR] Cancelling picker as we couldn't communicate with Bluetooth

蓝牙开启。选择器返回此错误:

Error Domain=EABluetoothAccessoryPickerErrorDomain Code=3 "The operation couldn’t be 
completed.

我的应用可以在所有 Apple 设备上运行,除了新的 iPad Air。

编辑

我可以连接我的设备并与之通信。只有当我调用蓝牙选择器时才会出现问题。

编辑 2

EADemo 的修改版本也会出现此问题。

我已经添加了这个功能。

- (void)searchDevice {
[[EAAccessoryManager sharedAccessoryManager] showBluetoothAccessoryPickerWithNameFilter:nil completion:nil];
}

当我调用它时,砰!同样的错误。 仅在 iPad Air

所有 64 位设备都会出现此问题

最佳答案

您的应用需要包含 64 位切片(将 arm64 添加到 ARCHS build设置),否则在 iPhone 5S 等 64 位设备上会出现此问题, iPad Air... 这是 iOS 7.0 - 7.0.3 中的一个错误。它应该在下一个版本中修复。

关于iPad Air - CoreBluetooth [错误] 取消选择器,因为我们无法与蓝牙通信,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20402973/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com