Podspec with wrong tag
See original GitHub issuehttps://github.com/rmrs/react-native-settings/blob/master/ios/RNSettings.podspec#L14
s.source = { :git => "https://github.com/rmrs/react-native-settings.git", :tag => "master" }
There are two way to define source pod
- Use tag: change master to the lastest tag: v0.0.1-alpha7
- Use branch: replace tag -> branch
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Pod with tag incorrectly resolves to branch #2775 - GitHub
I ran across this today when someone accidentally pushed a branch with the same name as a tag to the repo, unfortunately the...
Read more >cocoapods - Pod install installs pod from wrong spec repository
We created a private pod called ListKit und put it into our private cocoapods repository. The Cocoapod Documentation says:.
Read more >Specs and the Specs Repo - CocoaPods Guides
A Podspec, or Spec, describes a version of a Pod library. One Pod, over the course of time, will have many Specs. It...
Read more >Developing Private In-House Libraries with CocoaPods
By executing “pod-dev release”, this command will tag the version in the library's GitHub repository, validate the podspec, ...
Read more >Update/delete an existing podspec version using Cocoapods ...
I have a podspec that has a wrong source_files section (a dot was missing in the regex and some crucial files aren't loaded)....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Lucky you 😃 You can bump it to
0.1.0
Yep, thanks for your response.
Npm link
also work well, but my project uses Pods. So I need your support.I think we should use tag for dynamic releases, like this