Skip to content

Commit d82b043

Browse files
committed
Readme: Add installation notes for iOS
- `deployment-target` has to be set to 16.0 if set in `config.xml` - Installation for iOS can take a long time due to the big Google Maps SDK for iOS package which is loaded by CocoaPods
1 parent 218ea8e commit d82b043

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,20 @@ This plugin allows you to display a native Google Maps layer in your application
1616

1717
## Installation
1818

19+
### Notes
20+
21+
#### iOS
22+
23+
If you have set the preference `deployment-target` for iOS in your `config.xml` set it minimum to `16.0`.
24+
25+
The installation can keep a long time when the plugin is installed for iOS, because CocoaPods loads the Google Maps SDK for iOS which can have many hundreds of MBs. It's not an error if you see a long time the message and nothing seems to happen anymore:
26+
27+
```bash
28+
Cloning into 'cocoapods'...
29+
````
30+
31+
If this task takes a huge amount of time, you could have a bad internet connection.
32+
1933
### GitHub
2034

2135
#### Latest version

0 commit comments

Comments
 (0)