I'm having issues getting my app referencing the Google Maps 1.4.3 sdk for iOS. There seems to be an issue with arm7 & 7s and it refuses to install onto the device (iphone 5) although it runs fine on the simulator. I believe I have followed google's documentation for the API Key, the frameworks needed, build settings - architecture etc & I'm still getting "xcode cannot run using the selected device.. choose a destination with a supported architecture.."
相关问题
- Animating GMSMarker in a circular path
- GMSMapStyle unresolved identifier
- Implement new Google Maps SDK to my iOS app
- Increase in app size after use of Google Maps SDK
- How to prevent camera from moving when tapping mar
相关文章
- How to draw a proper polylines on google maps [clo
- How to use delegates in Google map API for IOS 6 [
- Fetching nearby places using google maps
- Is there a Google Maps equivalent to mkmapsnapshot
- How to integrate new Google map app with ios app
- iOS GoogleMaps SDK - animateToCameraPosition anima
- GMSMarker opacity animation not repeating
- didChangeCameraPosition get bounding box/ rectangl
In my app, I have
Architectures
set toarmv7
andValid Architectures
set toarmv7 armv7s
, for both the project and the target.Are your settings the same?
You also need to set "Build Active Architecture Only" to No, for this to work.
According to a Google mailing list, support for
armv7s
was added on September 20th, 2013. Download version 1.5 of the SK from their website.