基本的に外部アクセサリ フレームワークを使用してカスタム Bluetooth デバイスと通信する ios スタティック ライブラリを作成しました。iOS 7 + Xcode 5 を使用しています。テスト プロジェクトでこのライブラリを使用しようとすると、eaaccessory の不明なシンボルのリンカ エラーが発生します。 . テスト プロジェクトに eaaccessory フレームワークを追加すると、すべて期待どおりに動作します。
スタティック ライブラリに eaaccessory フレームワークを埋め込むことはできるのでしょうか? そのため、私たちのライブラリのユーザーは、プロジェクトに eaaccessory フレームワークを追加する必要がありません。
Another strange thing I have noticed is my static library compiles and links perfectly ok even without adding eaaccessory framework to my library project.
Finally my problem is I have to add eaaccessory framework to my test project to link correctly, no matter whether I add eaaccessory to my library project or not.