Help building Appwarp for ios with Armv7 Architecture

0 votes
Whenever I try to build my unity exported xCode project using appwarp it gives me 9 undefined symbol errors in the file RegisterMonoModules-DC9...A47.0 for "__SendIOS", "__ReadUpIos", "__ReadIos", "__CreateUdpIos", "__SendUdpIos", "__CreateIos", "__ConnectIos", "__CloseUdpIos", and "__CloseIos" and at the bottom says "symbol(s) not found in architecture armv7. I seem to be able to build for armv6, but armv7 gives me this error. I searched for those symbols in the project and 2 files came up, AppWarpUnity.dll.s and RegisterMonoModules.cpp, but those only have 1 underscore. Any help would be appreciated, thanks.
asked Feb 25, 2014 in AppWarp by jonathan11harris (15 points)

1 Answer

0 votes
 
Best answer

Can you open your xCode project and verify that libiOSNativeSocket.a is there under Libraries folder?

answered Feb 26, 2014 by dhruvc (1,099 points)
selected Feb 28, 2014 by jonathan11harris
No, I don't see that file there. A search for that name revealed nothing either. I do have a LibiPhone-lib.a file.
That lib contains the socket code which is causing the errors. Can you try and manually copy that lib there and see if it solves the issue? Ideally Unity should have put it there when it generated the xCode project.
Thanks, the build was successful and ran on the device. There seems to be a few bugs that could be related to appwarp, but I think they are internal. I'll let you know once I get it working 100%. Thanks again.
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...