Skip to content

Commit

Permalink
Update README.md (willowtreeapps#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrsmys authored and iMacHumphries committed Dec 8, 2017
1 parent 7fe26ff commit 008adfd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ pod 'HyperioniOS/AttributesInspector', :configurations => ['Debug'] # Optional p
pod 'HyperioniOS/Measurements', :configurations => ['Debug'] # Optional plugin
pod 'HyperioniOS/SlowAnimations', :configurations => ['Debug'] # Optional plugin
```

CocoaPods automatically handles ensuring that Hyperion will only be included in the configurations you have specified for the pods. For more information please reference [CooaPods Documentation](https://guides.cocoapods.org/syntax/podfile.html#pod).

### Carthage
Expand Down Expand Up @@ -145,6 +146,13 @@ Contributions are welcome. Please see the [Contributing guidelines](CONTRIBUTING

Hyperion has adopted a [code of conduct](CODE_OF_CONDUCT.md) defined by the [Contributor Covenant](http://contributor-covenant.org), the same used by the [Swift language](https://swift.org) and countless other open source software teams.

## Troubleshooting
I'm getting this error after pod installing:
```
Unable to run command 'StripNIB HYPKeyValueTableViewCell.nib' - this target might include its own product.
```
This likely means you have not specified `use_frameworks!` in your podfile. If turning your pods into frameworks does not work for your project configuration, then please reference the Carthage or manual installation guide.

## Contributors
[Chris Mays](https://github.com/chrsmys)
<br>[Matt Kauper](https://github.com/mhk4g)
Expand Down

0 comments on commit 008adfd

Please sign in to comment.