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 download this repo and run npm i in command line.
Then I compile this project, it won't work.
I fix this by adding RCTWebSocket to Link Binary With Libraries in Build Phases.
Maybe the RCTWebSocket is not linked correctly.