Google Maps SDK 使用介紹 https://developers.google.com/maps/documentation/ios/start
按照資料介紹,step by step,so you can!!
第一步,下載Google Maps SDK for iOS
https://developers.google.com/maps/documentation/ios/start#getting_the_google_maps_sdk_for_ios
第二步 擷取Google Maps API Key
https://developers.google.com/maps/documentation/ios/start#the_google_maps_api_key
註冊Google帳戶,擷取Key
第三步 添加Google Maps SDK 到自己的iOS APP
https://developers.google.com/maps/documentation/ios/start#adding_the_google_maps_sdk_for_ios_to_your_project
在這裡,因為對XCode IDE 不是很熟悉, 在設定編譯環境時候
- Replace the default value of Architectures with
armv7
.
- In the Other Linker Flags section, add
-ObjC
. If these settings are not visible, change the filter in the Build Settings bar from Basic to All.
加入armv7
添加-ObjC編譯設定.
其它的按照資料介紹,就可以搭建出自己project的google maps sdk
還是覺得xcode 的使用不是很熟悉,在上面兩個地方用右鍵是沒用的,在那裡搞了好久,都不知道怎麼填進去。在此做個記錄.
如果上面兩個編譯環境沒設定好,程式是啟動不了的。