Quick / Nimble

A Matcher Framework for Swift and Objective-C
https://quick.github.io/Nimble/documentation/nimble/
Apache License 2.0
4.79k stars 595 forks source link

Release 13.2.0 is not available through cocoapods source repo/CDN #1115

Closed stonko1994 closed 4 months ago

stonko1994 commented 5 months ago

What did you do?

Trying to update to 13.2.0 using Cocoapods

What did you expect to happen?

Please replace this with what you expected to happen. pod install --repo-update results in an error stating that version 13.2.0 of Nimble does not exist.

[!] CocoaPods could not find compatible versions for pod "Nimble":
  In Podfile:
    Nimble (~> 13.2.0)

None of your spec sources contain a spec satisfying the dependency: `Nimble (~> 13.2.0)`.

Please replace this with what happened instead.

Environment

List the software versions you're using:

Please also mention which package manager you used and its version. Delete the other package managers in this list:

Project that demonstrates the issue

Please link to a project we can download that reproduces the issue. Feel free to delete this section if it's not relevant to the issue (eg - feature request).

The project should be short, self-contained, and correct example.

younata commented 5 months ago

That's for the exact same reason Quick 7.4.0 is not available in the cocoapods spec repo. Cocoapods doesn't support visionOS yet, and it errors if you try to push a pod that includes visionOS. https://github.com/CocoaPods/CocoaPods/issues/12118

stonko1994 commented 5 months ago

Ah that's a pitty 😕

younata commented 5 months ago

Update: Cocoapods 1.15 was just released, which adds support for visionOS. Unfortunately, Nimble is blocked until CWLPreconditionTesting releases an update.

On the plus side, Quick 7.4.0 is now available on cocoapods.

tommy10344 commented 4 months ago

Hello. Are there any updates on this? It seems that the CwlPreconditionTesting update for Vision OS support has been pushed to CocoaPods specs repo. https://github.com/CocoaPods/Specs/commit/e5034f3b270f7b08beffb274eda3d857c463c3f6

younata commented 4 months ago

Just got around to pushing Nimble 13.2.1 to cocoapods. 13.2.0 will not be uploaded.

Sorry for the delay!

tommy10344 commented 3 months ago

@younata Thanks! I was able to install 13.2.1 on my project.