Replies: 1 comment 2 replies
-
I haven't seen any other devs using this library with Xamarin in the recent past so there may not be too much help available. It's a looong time since I played around with it. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I would like to use Sipsorcery in my Xamarin iOS app. When I try to compile the Xamarin sample project, I got some errors from VS on my Mac.
_/Users/SP/Downloads/sipsorcery-master/examples/WebRTCExamples/XamarinDataChannelTest/XamarinDataChannelTest.iOS/MTOUCH: Error MT5210: Native linking failed, undefined symbol: FormatMessageW. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in. (MT5210) (XamarinDataChannelTest.iOS)
Other errors are the same except referring different symbol: _RegCloseKey, _RegEnumKeyExW, _RegOpenKeyExW, _RegQueryInfoKeyW, _RegQueryValueExW.
The sample project works fine on an ipad simulator but I just can't compile to release.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions