You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to link with WebRTC when building a Unit Test Bundle. The build process succeeds but when the Unit Test Bundle launches, it immediately fails with this error on my M1 Mac.
NOTE: Non-M1 Macs do not have this issue so I'm hoping there is a build configuration/setting that fixes this.
Assertions: System: Failed to load the test bundle.
(0x0109): Library not loaded: @rpath/WebRTC.framework/WebRTC
Reason: tried: '/.../Debug-iphonesimulator/WebRTC.framework/WebRTC'
(code signature in <> '/.../Debug-iphonesimulator/WebRTC.framework/WebRTC' not valid for use in process: Trying to load an unsigned library),
'/.../Debug-iphonesimulator/PackageFrameworks/WebRTC.framework/WebRTC' (errno=2),
...
The text was updated successfully, but these errors were encountered:
Thanks everyone for reporting and thanks to @GhenadieVP for the fix.
I have release a minor patch 109.0.1 with the fix. Can anyone please confirm that the latest release fixes the issue?
Hi,
I'm trying to link with WebRTC when building a Unit Test Bundle. The build process succeeds but when the Unit Test Bundle launches, it immediately fails with this error on my M1 Mac.
NOTE: Non-M1 Macs do not have this issue so I'm hoping there is a build configuration/setting that fixes this.
The text was updated successfully, but these errors were encountered: