0

コマンドを使用して LightAquaBlue 0.4 ( http://lightblue.sourceforge.net/LightAquaBlue/ )をインストールできました。

python setup.py install

ただし、/example フォルダーに含まれる SimpleOBEXClient/Server プロジェクトの両方を Xcode 6.0 でビルドしようとしました。

エラーは次のとおりです。

BBBluetoothOBEXClient.d Dtrace Error: expected predicate and/or actions following the probe

詳細は次のとおりです。

VALID_ARCHS: i386 x86-64

この問題を解決するにはどうすればよいですか?

ありがとうございました!

4

1 に答える 1

0

フレームワーク「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 に答える