google-maps-sdk-ios - arm 7/iphone 5 issues for Go

2019-07-15 08:14发布

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.."

3条回答
地球回转人心会变
2楼-- · 2019-07-15 08:19

In my app, I have Architectures set to armv7 and Valid Architectures set to armv7 armv7s, for both the project and the target.

Are your settings the same?

查看更多
Juvenile、少年°
3楼-- · 2019-07-15 08:23

You also need to set "Build Active Architecture Only" to No, for this to work.

查看更多
【Aperson】
4楼-- · 2019-07-15 08:42

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.

查看更多
登录 后发表回答