Nethravathitcs / unitt

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

Error on UnitWebSocket #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I get this error when I try to open the socket.

NSConcreteMutableData base64EncodedString]: unrecognized selector sent to 
instance 0x5917920
2011-05-11 14:35:20.465 urbaninvaders[5338:307] *** Terminating app due to 
uncaught exception 'NSInvalidArgumentException', reason: 
'-[NSConcreteMutableData base64EncodedString]: unrecognized selector sent to 
instance 0x5917920'

Original issue reported on code.google.com by xtra.cre...@gmail.com on 11 May 2011 at 12:40

GoogleCodeExporter commented 8 years ago

Original comment by joshuadmorris@gmail.com on 12 May 2011 at 2:37

GoogleCodeExporter commented 8 years ago
You will want to add the " -all_load" flag to your "Other Linker Flags" in your 
build settings. I have modified the wiki entry to reflect this. Good catch!

Original comment by joshuadmorris@gmail.com on 12 May 2011 at 2:51

GoogleCodeExporter commented 8 years ago

Original comment by joshuadmorris@gmail.com on 29 Jun 2011 at 7:15