Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiling for Valid Architectures set to arm64 armv7 armv7s #204

Open
noog opened this issue Nov 25, 2015 · 3 comments
Open

Compiling for Valid Architectures set to arm64 armv7 armv7s #204

noog opened this issue Nov 25, 2015 · 3 comments

Comments

@noog
Copy link

noog commented Nov 25, 2015

hello
Apple want 64 bit support for application
when i set Compiling options for Valid Architectures set to arm64 armv7 armv7s

i have this result :

Undefined symbols for architecture arm64:
"OBJC_CLASS$_RMMapView", referenced from:
OBJC_CLASS$_MapContainer in MapContainer.o
"OBJC_CLASS$_RMMapLayer", referenced from:
OBJC_CLASS$_MapOverlayItem in MapOverlayItem.o
"OBJC_IVAR$_RMMapView.lastGesture", referenced from:
-[MapContainer touchesEnded:withEvent:] in MapContainer.o
"OBJC_CLASS$_RMMapContents", referenced from:
objc-class-ref in MapOverlay.o
"OBJC_METACLASS$_RMMapView", referenced from:
OBJC_METACLASS$_MapContainer in MapContainer.o
"OBJC_METACLASS$_RMMapLayer", referenced from:
OBJC_METACLASS$_MapOverlayItem in MapOverlayItem.o
"OBJC_METACLASS$_RMMarker", referenced from:
OBJC_METACLASS$_MapOverlay in MapOverlay.o
"OBJC_CLASS$_RMMarker", referenced from:
OBJC_CLASS$_MapOverlay in MapOverlay.o
"OBJC_CLASS$_YAJLDocument", referenced from:
objc-class-ref in JsonStore.o
"OBJC_METACLASS$_RMAbstractMercatorWebSource", referenced from:
OBJC_METACLASS$_MapSource in MapSource.o
"OBJC_CLASS$_RMAbstractMercatorWebSource", referenced from:
OBJC_CLASS$_MapSource in MapSource.o
"OBJC_IVAR$_RMMapView.contents", referenced from:
-[MapContainer touchesEnded:withEvent:] in MapContainer.o
"OBJC_CLASS$_RMProjection", referenced from:
objc-class-ref in AppMain.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

@asefnoor
Copy link

@noog I have same problem. If you found solution, do let me know.

@Lapinou42
Copy link

You need to re-compile the project with arm64 and armv7 in project settings and use the new libMapView.a library.

@fukemy
Copy link

fukemy commented Aug 2, 2018

9 year agos.........

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants