triniwiz / nativescript-socketio

Socket.IO for nativescript
Apache License 2.0
71 stars 31 forks source link

Can't find variable: SocketIOClient #27

Closed terreb closed 7 years ago

terreb commented 8 years ago

I get this when run the demo app on iOS 9.3 simulator: file:///app/tns_modules/nativescript-socketio/socketio.js:33:49: JS ERROR ReferenceError: Can't find variable: SocketIOClient

terreb commented 8 years ago

Also, when I run "tns build ios" it fails with: "Command xcodebuild failed with exit code 65" I have xCode 7.3.1 nativescript-socketio version is 2.2.7

triniwiz commented 7 years ago

Update and try again also you will need Xcode 8+

terreb commented 7 years ago

X)