-
Notifications
You must be signed in to change notification settings - Fork 56
Description
I'm trying to do an app with g3m for some maps, but even the hello Word that I download from here give me this error, the project work at first but now it's impposible run it.
This is the hello word error, and it's the same in my app
ld: warning: object file (/Users/andreasanchez/Library/Developer/Xcode/DerivedData/HelloWorld-bfpejeyoafsmdvcptkkrclokkroc/Build/Products/Debug-iphonesimulator/libG3MiOSSDK.a(InitialCameraPositionProvider.o)) was built for newer iOS version (8.0) than being linked (6.1) ld: warning: object file (/Users/andreasanchez/Library/Developer/Xcode/DerivedData/HelloWorld-bfpejeyoafsmdvcptkkrclokkroc/Build/Products/Debug-iphonesimulator/libG3MiOSSDK.a(TileImageProvider.o)) was built for newer iOS version (8.0) than being linked (6.1)
Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_CLLocationManager", referenced from: objc-class-ref in libG3MiOSSDK.a(DeviceLocation_iOS.o) "_OBJC_CLASS_$_CMMotionManager", referenced from: objc-class-ref in libG3MiOSSDK.a(DeviceAttitude_iOS.o) "_kCLDistanceFilterNone", referenced from: -[LocationDelegate startTrackingLocation] in libG3MiOSSDK.a(DeviceLocation_iOS.o) "_kCLLocationAccuracyBest", referenced from: -[LocationDelegate startTrackingLocation] in libG3MiOSSDK.a(DeviceLocation_iOS.o) ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Showing first 200 warnings only
Can anyone help me?