bazel-xcode / bazel-xcode/PodToBUILD
Crash when updating PINOperation
Open
- Dominant language
- Swift
- Stars
- 330
- Forks
- 68
- PR merge metrics
- No merged PRs in 30d
Description
I got the following crash when running `./Vendor/rules_pods/bin/update_pods.py`:
```
Updating Pod PINOperation...
_exec failed 4 Fatal error: Download of PINOperation failed: file Sources/RepoToolsCore/RepoActions.swift, line 391
2018-07-19 17:39:15.495 RepoTools[10065:5088584] Received signal: 4
```
I have PinOperation defined in Pods.WORKSPACE as:
```
new_pod_repository(
name = "PINOperation",
url = "https://github.com/pinterest/PINOperation/arhive/1.0.3.zip"
)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.