AppRTC をハイブリッド アプリ (ionic 3 および angular 4) に統合しています...
iOS AppRTC 統合: https://github.com/ISBX/apprtc-ios
ポッドを正常にインストールし、エラーなしでプロジェクトをビルドしましたが、追加すると
[RTCPeerConnectionFactory initializeSSL];
わたしの
application:didFinishLaunchingWithOptions:
プロジェクトをビルドすると、次のエラーが発生します。
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_RTCPeerConnectionFactory", referenced from:
objc-class-ref in AppDelegate.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
すでにネットで検索しましたが、解決策が見つかりませんでした...
「 ${inherited} $(OTHER_LDFLAGS) -ObjC -all_load」をリンカー ライブラリに追加し、xcode を再起動してクリーンアップし、DerivedData ファイルを削除しましたが、問題は解決しません。