-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
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
The version compiled on mac os always reports an error #104
Comments
@hiroshihorie is this related to the prefixing work? |
It can be compiled into a framework normally, but the sdk used is in the development stage and an error like this occurs. |
Ok thanks for the information, I'll take a look. |
|
Only for macOS ? The code appears to be correct. I will make a non-prefixed build and try it out. |
I compiled for macOS without prefixing (default) and it works fine. |
gn gen out/macOS-x64 --args="target_os="mac" target_cpu="x64" is_debug=false rtc_include_tests=false rtc_use_h264=true ffmpeg_branding="Chrome" is_component_build=false use_rtti=true use_custom_libcxx=true treat_warnings_as_errors=false rtc_enable_protobuf=false rtc_build_examples=false " gn gen out/macOS-arm64 --args="target_os="mac" target_cpu="arm64" is_debug=false rtc_include_tests=false rtc_use_h264=true ffmpeg_branding="Chrome" is_component_build=false use_rtti=true use_custom_libcxx=true treat_warnings_as_errors=false rtc_enable_protobuf=false rtc_build_examples=false " mkdir -p out/mac-x64-arm64-lib xcodebuild -create-xcframework cd out/WebRTC.xcframework/macos-arm64_x86_64/WebRTC.framework/ |
flutter_webrtc 80 issues
x Undefined symbol:OBJC_CLASS$_RTCAudioTrack
x Undefined symbol:OBJC_CLASS$RTCCVPixelBuffer
x Undefined symbol:
OBJC_CLASS$RTCCameraVideoCapturer
x Undefined symbol:OBJC_CLASS$RTCConfigurationx Undefined symbol:OBJC_CLASS$RTCCryptoOptionsx Undefined symbol:OBJC_CLASS$RTCDataBuffer
x Undefined symbol: OBJC_CLASS$RTCDataChannel
x Undefined symbol:
OBJC_CLASS$RTCDataChannelConfiguration
Undefined symbol:
OBJC_CLASS$RTCDefaultVideoDecoderFactory
Undefined symbol:
x
OBJC_CLASS$RTCDefaultVideoEncoderFactory
x Undefined symbol:
OBJC_CLASS$ RTCDesktopMediaList
x Undefined symbol:OBJC_CLASS$RTCFrameCryptor
x Undefined symbol:
OBJC_CLASS$RTCFrameCryptorKeyProvider
Undefined symbol:
x
OBJC CLASS$ RTCH264ProfileLevelld
xUndefined symbol:OBJC_CLASS$_RTCI420Buffer
x Undefined symbol:OBJC_CLASS$_RTCIceCandidate
x Undefined symbol:OBJC_CLASS$RTCIceServer
x Undefined symbol:
OBJC CLASS $ RTCMediaConstraints
Undefined symbol:
OBJC CLASS $RTCMediaStreamTrackx Undefined symbol:OBJC_CLASS$RTCPeerConnection
Undefined symbol:OBJC CLASS$ RTCPeerConnectionFactory
Undefined symbol:
X
OBJC_CLASS$_RTCPeerConnectionFactoryOptionsUndefined symbol:
The text was updated successfully, but these errors were encountered: