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
[!] 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
The text was updated successfully, but these errors were encountered:
On Jan 9, 2021, 3:20 PM -0800, Jay Curtis ***@***.***>, 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.
Changing the podfile line to
pod 'SwiftOSC', '~> 1.3'
allows SwiftOSC (1.3.1) to installThe text was updated successfully, but these errors were encountered: