Skip to content

Commit ace19f8

Browse files
author
Hirbod
committed
Merge remote-tracking branch 'wf9a5m75/master'
2 parents cadf982 + 9ec2071 commit ace19f8

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,31 @@ v.1.3.0
2626

2727
- Updated Google Maps iOS SDK to 1.10.2
2828

29-
** WARNING **
29+
**INFORMATION**
30+
31+
In order to install the new version, you have to:
32+
33+
1) Delete plugin
34+
> cordova plugin rm plugin.google.maps
35+
36+
2) Delete Google Maps iOS SDK
37+
> cordova plugin rm com.googlemaps.ios
38+
39+
3) Re-Install plugin from master (follow wiki for Mac/Linux/Windows)
40+
> cordova plugin add https://github.com/wf9a5m75/phonegap-googlemaps-plugin --variable API_KEY_FOR_ANDROID="YOUR_KEY" --variable API_KEY_FOR_IOS="YOUR_KEY"
41+
42+
If you have some weird compiling errors, you're probably missing some linked frameworks. Set the Target Membership
43+
https://www.youtube.com/watch?v=gr0QrEShPbQ
44+
or just delete your iOS platform and re-install.
3045

3146
Required XCode Version is 6.3+ (due to ABI changes)
3247
The minimum target iOS version for Google Maps SDK for iOS is now 7.0. Version 6.0 is no longer supported.
3348
This release requires the following additional dependencies in your project: Accelerate.framework, CoreBluetooth.framework, CoreGraphics.framework, Security.framework
3449

3550
This will be set automatically when you install with CLI.
3651

52+
BITCODE isn't supported currently. Google Maps hasn't update now. Just disable Bitcode in XCode 7 when you get compile errors.
53+
3754
v.1.2.9
3855

3956
**Add:**

0 commit comments

Comments
 (0)