Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Commit

Permalink
📝 Issue #1442: CocoaPods support vs requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
macdonst committed Jan 6, 2017
1 parent d9890fa commit 5912b1e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
- [Bitcode](#bitcode)
- [CocoaPods](#cocoapods)
- [Common CocoaPod Installation issues](#common-cocoapod-installation-issues)
- [CocoaPod Disk Space](#cocoapod-disk-space)
- [Additional Resources](#additional-resources)

## Installation Requirements
Expand Down Expand Up @@ -257,6 +258,15 @@ Error: pod: Command failed with exit code 1

Please run the command `pod repo update` and re-install the plugin.

##### CocoaPod Disk Space

Running `pod setup` can take over 1 GB of disk space and that can take quite some time to download over a slow internet connection. If you are having issues with disk space/network try this neat hack from @VinceOPS.

```
git clone --verbose --depth=1 https://github.com/CocoaPods/Specs.git ~/.cocoapods/repos/master
pod setup --verbose
```

## Additional Resources

The push plugin enables you to play sounds and display different icons during push (Android only). These additional resources need to be added to your projects `platforms` directory in order for them to be included into your final application binary. One way of doing it is to create a hook to do the copying for you on each build.
Expand Down

0 comments on commit 5912b1e

Please sign in to comment.