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 installed the latest nuget (not new) and can confirm this is still an issue with the nuget package. To work around it I compiled the latest source directly into my Xamarin.Forms PCL project (instead of installing the nuget package) and that launched, once I manually installed the SocketRocket package in the iOS part of my XF project (as per the README notes).
The namespace/function path for
Realtime.Messaging.IOS.WebsocketConnection.Link()
doesn't exist.Specifically the
Realtime.Messaging.IOS
namespace doesn't exist. All I did was uninstall the Realtime Messaging framework for Xamarin, using Nuget.I'm running into the dependency service issue on Xamarin.Forms, and have no clue on how to fix it.
The text was updated successfully, but these errors were encountered: