Hi all,
I've using the Cloudmade maps API in my app. It runs and builds fine in the simulator but when I try to build it using the iPhone device get the following error:
warning: in /Volumes/shared/GoogleMaps/libs/CloudMade/Device/libCloudMadeApi.a, file is not of required architecture
This is my other linker file:
OTHER_LDFLAGS[sdk=iphoneos*][arch=*] = -ObjC -lCloudMadeApi -lMapView -lProj4
This is my library search path:
LIBRARY_SEARCH_PATHS[sdk=iphoneos*] = "$(SRCROOT)/libs/CloudMade/Device" "$(SRCROOT)/libs/Proj4/Device" "$(SRCROOT)/libs/route-me/Device"
Can anyone give me any ideas how to resolve issue.
I've using the Cloudmade maps API in my app. It runs and builds fine in the simulator but when I try to build it using the iPhone device get the following error:
warning: in /Volumes/shared/GoogleMaps/libs/CloudMade/Device/libCloudMadeApi.a, file is not of required architecture
This is my other linker file:
OTHER_LDFLAGS[sdk=iphoneos*][arch=*] = -ObjC -lCloudMadeApi -lMapView -lProj4
This is my library search path:
LIBRARY_SEARCH_PATHS[sdk=iphoneos*] = "$(SRCROOT)/libs/CloudMade/Device" "$(SRCROOT)/libs/Proj4/Device" "$(SRCROOT)/libs/route-me/Device"
Can anyone give me any ideas how to resolve issue.