我正在将 AppRTC 集成到我的混合应用程序(离子 3 和角度 4)...
iOS AppRTC 集成:https ://github.com/ISBX/apprtc-ios
我已经成功安装了 pod 并没有错误地构建项目,但是当我添加
[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 文件,但问题仍然存在。