facebookincubator / SocketRocket

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

SocketRocket.xcodeproj and choose TestChat target build fail #488

Closed ixp9891 closed 8 years ago

ixp9891 commented 8 years ago

SocketRocket.xcodeproj and choose TestChat target build fail

fail message: 1.cannot create __weak reference in file using manual reference counting 2.'UIKit/Uikt.h' file not found

nlutsenko commented 8 years ago

Looks like you didn't clone the submodules when you cloned the repo. To fix, please run the following in the repo directory after you cloned it:

git submodule update --init --recursive