要让 PrivateFrameworks 在 3.x SDK 中正常工作,请确保 HEADERS 和 BINARIES 位于以下文件夹中:
/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.0.sdk/System/Library/PrivateFrameworks
例如:
/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.0.sdk/System/Library/PrivateFrameworks/BluetoothManager.framework/Headers/BluetoothManager.h
-和-
/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.0.sdk/System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager <-- binary
现在您可以实施:
#import <BluetoothManager/BluetoothManager.h>
- 你可以在你的应用程序中控制蓝牙收音机。