【问题标题】:Run SimpleOBEXClient/Server LightAquaBlue on OS X Yosemite 10.10在 OS X Yosemite 10.10 上运行 SimpleOBEXClient/Server LightAquaBlue
【发布时间】:2015-03-22 18:09:57
【问题描述】:
我已经通过命令安装了 LightAquaBlue 0.4 (http://lightblue.sourceforge.net/LightAquaBlue/)
python setup.py install
但是,我尝试使用 Xcode 6.0 构建文件夹 /example 中包含的两个项目 SimpleOBEXClient/Server。
错误是:
BBBluetoothOBEXClient.d Dtrace Error: expected predicate and/or actions following the probe
详情如下:
VALID_ARCHS: i386 x86-64
我该如何解决这个问题?
谢谢!
【问题讨论】:
标签:
architecture
bluetooth
xcode6
iobluetooth
obex
【解决方案1】:
我成功地解决了从 Tab General 中删除框架“LightAquaBlue”的问题 --> Linked Frameworks and Libraries,然后通过执行以下操作重新安装相同的框架:
--> Click "+" below in the left corner;
--> Click "Add other";
--> Go to "/Library/Frameworks";
如果您成功安装了浅蓝色 0.4,您应该拥有名为“LightAquaBlue.framework”的框架。
--> Add this framework and go to the SimpleOBEXClient/Server.m;
--> Re-type the #import <LightAquaBlue/LightAquaBlue.h> line again.