Nethravathitcs / unitt

Automatically exported from code.google.com/p/unitt
0 stars 0 forks source link

iOS: arm64 bit support #56

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
From 1st January, 2015 every application needs to support 64-bit architecture 
to distribute on apple app-store. I was using UnittWebSocketClient v1.0.0 for 
my app and when I try to build on 64 bit it failed compiling with error:

Undefined symbols for architecture arm64:
  "_OBJC_CLASS_$_WebSocket", referenced from:
      objc-class-ref in UnittWebSocket.o
  "_OBJC_CLASS_$_WebSocketConnectConfig", referenced from:
      objc-class-ref in UnittWebSocket.o

can anybody please me to fix this issue?

Original issue reported on code.google.com by jahid.ha...@bs-23.com on 26 Dec 2014 at 9:06