You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having troubles installing the pods for 4.0.7, not sure if this is related to the podspec version described above. I seem to have been able to install 4.0.6 a few weeks ago. The issue i'm seeing with 4.0.7:
pod install --repo-update with 4.0.7
Updating local specs repositories
Analyzing dependencies
[!] CocoaPods could not find compatible versions for pod "Starscream":
In Podfile:
Starscream (= 4.0.7)
None of your spec sources contain a spec satisfying the dependency: `Starscream (= 4.0.7)`.
You have either:
* mistyped the name or version.
* not added the source repo that hosts the Podspec to your Podfile.
Expected behavior
Podspec version should match the git tag version
Environment:
OS/Version: [e.g. iOS/13.3]
Starscream Version [e.g. 4.0.4]
Xcode version [e.g. 11.5]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
I noticed the Starscream.podspec file at 4.0.5 tag has
s.version = "4.0.4"
. Same for 4.0.6 and up to 4.0.8https://github.com/daltoniam/Starscream/blob/4.0.5/Starscream.podspec
https://github.com/daltoniam/Starscream/blob/4.0.8/Starscream.podspec
Steps to Reproduce
I'm having troubles installing the pods for 4.0.7, not sure if this is related to the podspec version described above. I seem to have been able to install 4.0.6 a few weeks ago. The issue i'm seeing with 4.0.7:
pod install --repo-update
with 4.0.7Expected behavior
Podspec version should match the git tag version
Environment:
Additional context
The text was updated successfully, but these errors were encountered: