godotengine / webrtc-native

The official GDNative WebRTC implementation for non-html exports.
MIT License
210 stars 34 forks source link

Exporting to MacOS creates an error. #89

Closed Phil-hacker closed 1 year ago

Phil-hacker commented 1 year ago

Godot version

4.0.stable

Plugin version

v1.0.0-rc1

System information

Windows 11

Issue description

When you export for MacOS the following error occurs: No suitable library found for GDExtension: res://webrtc/webrtc.gdextension. Possible feature flags for your platform: pc, s3tc, macos, universal, bptc, template, debug, template_debug

The exported game will also not work if you're trying to use webrtc.

Steps to reproduce

Minimal reproduction project

webrtc_minimal.zip you have to add the plugin yourself because github doesnt allow files over 25MB