Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
iOS 6 可以使用模拟器运行 BLE 进行调试。
但是当我升级到Xcode5时,iOS 7模拟器没有蓝牙开关。
所以,我不能在 iOS7 模拟器上运行 BLE。
这是在 iphone 上加载程序以测试 BLE 的唯一方法吗?
是,对的。这在 Core Bluetooth 2013 WWDC 视频中进行了讨论。从 iOS7 开始,你需要在物理设备上运行你的应用来测试 BLE。
Xcode Simulator 不支持 BLE,需要真实/物理的 ios 设备。