0

我设法通过命令安装了 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

我该如何解决这个问题?

谢谢!

4

1 回答 1

0

我成功地解决了从 Tab General --> Linked Frameworks and Libraries 中删除框架“LightAquaBlue”的问题,然后通过执行以下操作重新安装相同的框架:

--> 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.
于 2015-01-23T16:45:37.183 回答