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

Commit

Permalink
📝 Issue #1825: Build iOS app without Firebase
Browse files Browse the repository at this point in the history
  • Loading branch information
macdonst committed Aug 18, 2017
1 parent ddc9d2d commit a747ec1
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions docs/INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@
- [CocoaPods](#cocoapods)
- [Common CocoaPod Installation issues](#common-cocoapod-installation-issues)
- [CocoaPod Disk Space](#cocoapod-disk-space)
- [Library not found for -lPods-Appname](#library-not-found-for--lPods-Appname)
- [Library not found for -lGoogleToolboxForMac](#library-not-found-for--lPods-Appname)
- [Library not found for -lPods-Appname](#library-not-found-for--lpods-appname)
- [Library not found for -lGoogleToolboxForMac](#library-not-found-for--lgoogletoolboxformac)
- [Module FirebaseInstanceID not found](#module-firebaseinstanceid-not-found)
- [Additional Resources](#additional-resources)

## Installation Requirements
Expand Down Expand Up @@ -329,6 +330,21 @@ ld: library not found for -lGoogleToolboxForMac

Workarounds are to add the platform first and install the plugins later, or to manually run pod install on projectName/platforms/ios.

##### Module FirebaseInstanceID not found

If you run into an error like:

```
module FirebaseInstanceID not found
```

You may be running into a bug in cordova-ios. The current workaround is to run `pod install` manually.

```
cd platforms/ios
pod install
```

## 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.
Expand Down

0 comments on commit a747ec1

Please # to comment.