ridgerock
Veteran developer
Profile
Posts: 183
Reg: May 19, 2011
Louisville
1,830
07/21/15 05:38 AM (9 years ago)

GeoMoby Issue

I'm trying to implement Geomoby in iOS and I'm having the following issue when I tried to build: ld: warning: ignoring file xxxx-iOS-BTv3.0/libGeoMobySDK.a, missing required architecture armv7 in file xxxx-iOS-BTv3.0/libGeoMobySDK.a (2 slices) Undefined symbols for architecture armv7: "_OBJC_CLASS_$_GM_SDK", referenced from: objc-class-ref in xxxx_appDelegate.o ld: symbol(s) not found for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation) I tried to make sure I added the necessary dependency but it still no luck, any pointers to how to fix will be great. Thanks!
 
Angry Ninja
Aspiring developer
Profile
Posts: 1045
Reg: Aug 25, 2013
Maine
17,150
like
07/21/15 05:48 AM (9 years ago)
Your project isn't 64-bit compatible. You need to add armv7 to your supported architectures.
 
AppGuy30
Code is Art
Profile
Posts: 737
Reg: Oct 29, 2011
location unknow...
14,070
like
07/21/15 05:48 AM (9 years ago)
Only if Chris1 would help....
 
ridgerock
Veteran developer
Profile
Posts: 183
Reg: May 19, 2011
Louisville
1,830
like
07/21/15 06:16 AM (9 years ago)
@Angry Ninja, I wish it was that easy. The architectures are there.
 
Angry Ninja
Aspiring developer
Profile
Posts: 1045
Reg: Aug 25, 2013
Maine
17,150
like
07/21/15 06:26 AM (9 years ago)
When you drug the sdk to the project, did you make sure the targets were selected? See here: http://stackoverflow.com/questions/10357311/linker-error-undefined-symbols-symbols-not-found Also, something else you can try: http://stackoverflow.com/questions/29492154/xcode-6symbols-not-found-for-architecture-armv7
 
Kaybee
buzztouch Evangelist
Profile
Posts: 659
Reg: Sep 22, 2012
Perth, Australi...
44,690
like
07/22/15 12:16 AM (9 years ago)
Hi, I have passed on this forum post to teh good people at GeoMoby, they should respond to you shortly if it something to do with their SDK. They are keen to help developers use this cool software. Kaybee
 
Zac
Veteran developer
Profile
Posts: 5
Reg: Dec 12, 2013
Perth
50
like
07/22/15 12:56 AM (9 years ago)
Hi guys, it's my bad. That version of the SDK was missing the ARMV7 build. If you download the SDK again from our site it'll have the architecture supported now. [email protected]
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.