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

Commit

Permalink
📝 Issue #1552: library not found for -lPods-Appname
Browse files Browse the repository at this point in the history
  • Loading branch information
macdonst committed Jun 15, 2017
1 parent 228cdb4 commit 95b23cd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- [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)
- [Additional Resources](#additional-resources)

## Installation Requirements
Expand Down Expand Up @@ -306,6 +307,17 @@ git clone --verbose --depth=1 https://github.com/CocoaPods/Specs.git ~/.cocoapod
pod setup --verbose
```

##### Library not found for -lPods-Appname

If you open the app in Xcode and you get an error like:

```
ld: library not found for -lPods-Appname
clang: error: linker command failed with exit code 1
```

Then you are opening the .xcodeproj file when you should be opening the .xcworkspace file.

## 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 95b23cd

Please sign in to comment.