Websockets.PCL icon indicating copy to clipboard operation
Websockets.PCL copied to clipboard

Does not compile for IOS | ARMv7 + ARM64 | NET Portable PCL 4.5 - Profile 111.

Open MTEKode opened this issue 7 years ago • 0 comments

Hi, I have problems with ios, with android all works fine.

  1. Error:
    • added from nuget only websocket.pcl.
/Projects/sofredapp/iOS/MTOUCH: Error MT2002: Failed to resolve assembly: 'Square.SocketRocket, Version=0.4.2.0, Culture=neutral, PublicKeyToken=null' (MT2002) (sofred1.iOS)
  1. Error:
    • added from nuget Square.SocketRocket. (I try with 4.2.0 and 5.0.1 Versions)
/Projects/sofredapp/iOS/MTOUCH: Error MT5211: Native linking failed, undefined Objective-C class: SRWebSocket. The symbol '_OBJC_CLASS_$_SRWebSocket' could not be found in any of the libraries or frameworks linked with your application. (MT5211) (sofred1.iOS)
  1. Error:
    • added Native reference from https://github.com/facebook/SocketRocket.
Projects/sofredapp/iOS/MTOUCH: Error MT5209: Native linking error: library not found for -lSocketRocket.h (MT5209) (sofred1.iOS)

Projects/sofredapp/iOS/MTOUCH: Error MT5201: Native linking failed.Please review the build log and the user flags provided to gcc: -L../../../Volumes/FdData/Users/mToribio/ios_framworks/SocketRocket/SocketRocket -lSocketRocket.h (MT5201) (sofred1.iOS)

Thanks, Marcos Toribio.

MTEKode avatar Mar 23 '17 17:03 MTEKode