I'm working on making my iOS app compatible with macOS, and I think I've managed to resolve all the errors, except that when I build my project for macOS, I get the following errors:
Undefined symbols:
Linker command failed with exit code 1 (use -v to see invocation)
The project builds without problems on iOS. How can I get more insight into the source of the error?
In case it's relevant: I am using this WebRTC package, which should be compatible with macOS.
The problem appears to be a recent version of the WebRTC package. Details here.