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
Hi, @ephread. I noticed that you've recently released a new version, 2.3.0, on GitHub. However, CocoaPods currently displays the previous version, 2.2.0. Could you please update the Pods to the latest version? Thank you.
To Reproduce
I wrote pod 'Instructions', '~> 2.3.0' in my Podfile, but it's showing an error that CocoaPods can't find version 2.3.0. If I omit the version when writing pod 'Instructions', it will install version 2.2.0.
Expected behavior
I should have received the new version 2.3.0 when I added the instruction to my Podfile.
Screenshots
Environment
Device: Macbook Pro M1 14-inch
OS version: Ventura 13.5.2
Xcode version: 15.0
Instructions version: 2.2.0
Dependency Manager: CocoaPods
The text was updated successfully, but these errors were encountered:
Describe the bug
Hi, @ephread. I noticed that you've recently released a new version, 2.3.0, on GitHub. However, CocoaPods currently displays the previous version, 2.2.0. Could you please update the Pods to the latest version? Thank you.
To Reproduce
I wrote
pod 'Instructions', '~> 2.3.0'
in myPodfile
, but it's showing an error that CocoaPods can't find version 2.3.0. If I omit the version when writingpod 'Instructions'
, it will install version 2.2.0.Expected behavior
I should have received the new version 2.3.0 when I added the instruction to my
Podfile
.Screenshots
Environment
The text was updated successfully, but these errors were encountered: