由于缺少BluetoothDevice.h文件,无法编译BeeTee框架

时间:2014-08-19 22:31:49

标签: ios compiler-errors

我按照BeeTee https://github.com/michaeldorner/BeeTee中提到的所有步骤进行了操作。我也浏览了其他页面。无法将BluetoothManager.framework添加为本地系统中的私有框架。 请注意,我正在开发测试工具,我不打算推​​送Apple商店。 环境细节:Xcode:5.1,iOS SDK 7.1 我下载BeeTee代码并尝试构建,得到错误"词法或预处理器问题' BluetoothManager / BluetoothDevice.h'文件未找到。

如何摆脱这个问题?

1 个答案:

答案 0 :(得分:0)

您是否忘记将整个header文件夹放入框架文件夹?

应该看起来像

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/System/Library/PrivateFrameworks/BluetoothManager.framework/Headers/

然后包含所有头文件。或者作为截图

Folder structure for private framework BluetoothManager

如果您现在使用的是iOS 8或更高版本,您还可以尝试运行the bash script来检查是否正确放置了标题。