我使用了Xcode5.1.1,并尝试添加IOBluetooth框架,但是没有找到。我只找到了coreBluetooth帧。我怎么才能找到它?它不再受支持了吗?
发布于 2014-07-13 05:40:24
IOBluetooth仅供MAC使用。如果你正在为iOS开发,你必须使用CoreBluetooth。
https://stackoverflow.com/questions/24716959
相似问题