我在路径/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/PrivateFrameworks中嵌入了带有头的私有框架BluetoothManager.framework,其中包含
#import <BluetoothManager/BluetoothManager.h>
#import <BluetoothManager/BluetoothDevice.h>但是从Xcode 7.3开始有一个错误:
error :ld: framework not found BluetoothManager。
发布于 2016-04-27 15:47:09
作为mentioned in the Apple release notes私有框架(以及BluetoothManager.framework也从iOS 9.3版本中删除。这就是它不再起作用的原因。
https://stackoverflow.com/questions/36593780
复制相似问题