SwiftOSC icon indicating copy to clipboard operation
SwiftOSC copied to clipboard

CocoaPods could not find compatible versions for pod "SwiftOSC": ~> 1.4

Open jcurtis-cc opened this issue 5 years ago • 3 comments

[!] 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

jcurtis-cc avatar Jan 09 '21 23:01 jcurtis-cc

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.

devinroth avatar Jan 10 '21 01:01 devinroth

I recently ran into this on Tuesday Jan 19th.

heyjaywilson avatar Jan 21 '21 04:01 heyjaywilson

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

devinroth avatar Jan 21 '21 04:01 devinroth