|
| 1 | +--- |
| 2 | +name: Create an Issue |
| 3 | +about: Please note the warning at the top of the template |
| 4 | +title: '' |
| 5 | +labels: '' |
| 6 | +assignees: '' |
| 7 | + |
| 8 | +--- |
| 9 | + |
| 10 | +<!-- |
| 11 | +WARNING: Please read https://blog.cocoapods.org/CocoaPods-Support-Plans/ |
| 12 | +new issues are, for the most part, not read or responded to by the development team |
| 13 | +
|
| 14 | +WARNING: Please do not file issues for CocoaPods with projects |
| 15 | +that use React Native or Flutter. Please remove React Native or Flutter |
| 16 | +in your sample app in order to properly demonstrate an issue with CocoaPods itself. |
| 17 | +
|
| 18 | +The integration between CocoaPods and React Native or Flutter |
| 19 | +makes it very difficult for us to diagnose and fix issues. |
| 20 | +
|
| 21 | +Issues with React Native or Flutter will be closed or ignored. |
| 22 | +
|
| 23 | +Please file React Native issues at https://github.com/facebook/react-native |
| 24 | +and Flutter issues at https://github.com/flutter/flutter. |
| 25 | +--> |
| 26 | + |
| 27 | +<!-- |
| 28 | +ℹ Please fill out this template when filing an issue. |
| 29 | +All lines beginning with an ℹ symbol instruct you with |
| 30 | +what info we expect. |
| 31 | +
|
| 32 | +Before you start, are you using the latest CocoaPods release? |
| 33 | +A lot changes with Xcode releases that are not backwards compatible. |
| 34 | +
|
| 35 | +Not an issue about the CocoaPods command line app? Please file an issue in the appropriate repo - https://github.com/CocoaPods |
| 36 | +Issues are for feature requests, and bugs; questions should go to Stack Overflow |
| 37 | +
|
| 38 | +Using CocoaPods <= 0.39: https://blog.cocoapods.org/Sharding/ |
| 39 | +
|
| 40 | +Using Xcode 10.1: Requires CocoaPods 1.6.0 or above. |
| 41 | +
|
| 42 | +Issue with Nanaimo not loading: |
| 43 | +Please run `[sudo] gem uninstall nanaimo` and remove all but the latest version. |
| 44 | +
|
| 45 | +Issues with `pod search`? Try deleting your cache `rm -rf ~/Library/Caches/CocoaPods`first. |
| 46 | +--> |
| 47 | + |
| 48 | +* [ ] I've read and understood the [*CONTRIBUTING* guidelines and have done my best effort to follow](https://github.com/CocoaPods/CocoaPods/blob/master/CONTRIBUTING.md). |
| 49 | + |
| 50 | +# Report |
| 51 | + |
| 52 | +## What did you do? |
| 53 | + |
| 54 | +ℹ Please replace these two lines with what you did. |
| 55 | +e.g. Run `pod install` |
| 56 | + |
| 57 | +## What did you expect to happen? |
| 58 | + |
| 59 | +ℹ Please replace these two lines with what you expected to happen. |
| 60 | +e.g. Install all pod dependencies correctly. |
| 61 | + |
| 62 | +## What happened instead? |
| 63 | + |
| 64 | +ℹ Please replace these two lines with of what happened instead. |
| 65 | +e.g. Pod A is missing the subspec B for target C. |
| 66 | + |
| 67 | +## CocoaPods Environment |
| 68 | + |
| 69 | +ℹ Please replace these two lines with the output of `pod env`. |
| 70 | +e.g. via `pod env | pbcopy` |
| 71 | + |
| 72 | +## Project that demonstrates the issue |
| 73 | + |
| 74 | +ℹ Please link to a project we can download that reproduces the issue. |
| 75 | +You can delete this section if your issue is unrelated to build problems, |
| 76 | +i.e. it's only an issue with CocoaPods the tool. |
0 commit comments