CocoaPods could not find compatible versions for pod "SwiftOSC": ~> 1.4
[!] CocoaPods could not find compatible versions for pod "SwiftOSC":
In Podfile:
SwiftOSC (~> 1.4)
None of your spec sources contain a spec satisfying the dependency: `SwiftOSC (~> 1.4)`.
You have either:
* mistyped the name or version.
* not added the source repo that hosts the Podspec to your Podfile.
Changing the podfile line to pod 'SwiftOSC', '~> 1.3' allows SwiftOSC (1.3.1) to install
Hmmmm. I guess it never hit pushed. I’ll look I up it.
Devin On Jan 9, 2021, 3:20 PM -0800, Jay Curtis [email protected], wrote:
`[!] CocoaPods could not find compatible versions for pod "SwiftOSC": In Podfile: SwiftOSC (~> 1.4) None of your spec sources contain a spec satisfying the dependency: SwiftOSC (~> 1.4). You have either:
• mistyped the name or version. • not added the source repo that hosts the Podspec to your Podfile.`
Changing the podfile line to pod 'SwiftOSC', '~> 1.3' allows SwiftOSC (1.3.1) to install — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.
I recently ran into this on Tuesday Jan 19th.
Just stick with SwiftOSC', '~> 1.3 for now.
Devin On Jan 9, 2021, 3:20 PM -0800, Jay Curtis [email protected], wrote:
SwiftOSC', '~> 1.3