We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
react-native项目,换了台mac开发,出现环境问题,自己开发的一个框架用了LFLiveKit的源码,编译报错,官方要求的link相关框架已经导入, ex: Link with required frameworks: * UIKit * Foundation * AVFoundation * VideoToolbox * AudioToolbox * libz * libstdc++ 这样操作后还是不行,报错信息如下: Undefined symbols for architecture x86_64: "_PILI_RTMPPacket_Alloc", referenced from: -[LFStreamRTMPSocket sendPacket:data:size:nTimestamp:] in libXiaoZhi.a(LFStreamRtmpSocket.o) "_PILI_RTMPPacket_Free", referenced from: -[LFStreamRTMPSocket sendPacket:data:size:nTimestamp:] in libXiaoZhi.a(LFStreamRtmpSocket.o) "_AMF_EncodeNamedNumber", referenced from: -[LFStreamRTMPSocket sendMetaData] in libXiaoZhi.a(LFStreamRtmpSocket.o) "_AMF_EncodeNamedString", referenced from: -[LFStreamRTMPSocket sendMetaData] in libXiaoZhi.a(LFStreamRtmpSocket.o) "_PILI_RTMP_SendPacket", referenced from: -[LFStreamRTMPSocket sendMetaData] in libXiaoZhi.a(LFStreamRtmpSocket.o) -[LFStreamRTMPSocket RtmpPacketSend:] in libXiaoZhi.a(LFStreamRtmpSocket.o).......
The text was updated successfully, but these errors were encountered:
No branches or pull requests
react-native项目,换了台mac开发,出现环境问题,自己开发的一个框架用了LFLiveKit的源码,编译报错,官方要求的link相关框架已经导入,
ex: Link with required frameworks:
* UIKit
* Foundation
* AVFoundation
* VideoToolbox
* AudioToolbox
* libz
* libstdc++
这样操作后还是不行,报错信息如下:
Undefined symbols for architecture x86_64:
"_PILI_RTMPPacket_Alloc", referenced from:
-[LFStreamRTMPSocket sendPacket:data:size:nTimestamp:] in libXiaoZhi.a(LFStreamRtmpSocket.o)
"_PILI_RTMPPacket_Free", referenced from:
-[LFStreamRTMPSocket sendPacket:data:size:nTimestamp:] in libXiaoZhi.a(LFStreamRtmpSocket.o)
"_AMF_EncodeNamedNumber", referenced from:
-[LFStreamRTMPSocket sendMetaData] in libXiaoZhi.a(LFStreamRtmpSocket.o)
"_AMF_EncodeNamedString", referenced from:
-[LFStreamRTMPSocket sendMetaData] in libXiaoZhi.a(LFStreamRtmpSocket.o)
"_PILI_RTMP_SendPacket", referenced from:
-[LFStreamRTMPSocket sendMetaData] in libXiaoZhi.a(LFStreamRtmpSocket.o)
-[LFStreamRTMPSocket RtmpPacketSend:] in libXiaoZhi.a(LFStreamRtmpSocket.o).......
The text was updated successfully, but these errors were encountered: