Nethravathitcs / unitt

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

iOS: iPhone 5 armv7s is not supported #52

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The WebSocket library does not support the new armv7s architecture of the 
iPhone 5. I have tried building  my app on iPad 3 (armv7) and  iPhone 4 (armv7) 
without any problems, but when building for iPhone 5 with armv7s i get this 
error message:

Undefined symbols for architecture armv7s:
  "_OBJC_CLASS_$_WebSocket", referenced from:
      objc-class-ref in MyWebSocket.o
  "_OBJC_CLASS_$_WebSocketConnectConfig", referenced from:
      objc-class-ref in MyWebSocket.o
ld: symbol(s) not found for architecture armv7s
clang: error: linker command failed with exit code 1 (use -v to see invocation) 

Original issue reported on code.google.com by megas...@gmail.com on 23 Nov 2012 at 3:49

GoogleCodeExporter commented 8 years ago
I have solved this problem myself. The problem is that the build of the 
WebSocket library does not support armv7s. Just download the entire project and 
build it with the new Xcode supporting armv7s.

Original comment by megas...@gmail.com on 2 Dec 2012 at 1:27

GoogleCodeExporter commented 8 years ago
I do not have either of these devices to test against. Can you verify that it 
still is a problem in the 1.0.0 release? If so, what changes did you make to 
the project files? I can get a new build out without an issue if I know what to 
change. It is just hard to test against a device I do not have.

Original comment by joshuadmorris@gmail.com on 11 Dec 2012 at 5:20

GoogleCodeExporter commented 8 years ago
I have the same problem ... how to solve?

Original comment by silvafaf...@gmail.com on 20 Dec 2012 at 11:59

GoogleCodeExporter commented 8 years ago
Do you have this problem with the 1.0.0 release?

Original comment by joshuadmorris@gmail.com on 21 Dec 2012 at 5:57

GoogleCodeExporter commented 8 years ago
yes, this problem exists na 1.0.0

Original comment by silvafaf...@gmail.com on 26 Dec 2012 at 10:09

GoogleCodeExporter commented 8 years ago
I have a new build coming out with some additional fixes. I will make sure it 
supports the arm7 for the iPhone5 in the build.

Original comment by joshuadmorris@gmail.com on 7 Jan 2013 at 9:58