facebookincubator / SocketRocket

A conforming Objective-C WebSocket client library.
Other
9.56k stars 2.01k forks source link

problem with ARC #515

Open mohammadtakbiri opened 7 years ago

mohammadtakbiri commented 7 years ago

hi . i want to use this framework for socket .. in tutorial he say :

Now, start TestChat.app (just run the target in the Xcode project). If you had it started already you can hit the refresh button to reconnect. It should say "Connected!" on top.

but in my root , i just have one .xcodeproj file . and when i run that , get error with ARC !! any body help ?

dumganhar commented 7 years ago

What's the ARC error? Could you provide more specific informations?

chwastek commented 6 years ago

Probably @takbiri meant: Cannot create __weak reference in file using manual reference counting that pops in few places basically right at the very beginning of using SocketRocket.