-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 0.7.1 mismatch with readme.md #209
Comments
Officially SwiftCheck is not available in cocoapods.
But I'm not sure why |
Not quite: CocoaPods broke this repository every time I tried to migrate and push a new version. I'll check this afternoon and try again, but for now I can only recommend git submodules or SwiftPM. Officially we support CocoaPods, we just haven't pushed the latest version at their trunk. |
This explains your confusion too: I recently went through and refactored some prototypes to use labels and updated the README (but not your version in pods). The README is correct, and the prototype you cite is formally deprecated. |
I've switched to Carthage and it is working just fine 👍 |
The newest version installed by cocoapods is 0.7.1
According to readme.md
Gen<T>
should have methodfromElements(in:)
but in fact there is onlyfromElementsIn()
.Which also throws error
No '...' candidates produce the expected contextual result type 'ClosedRange<R>'
The text was updated successfully, but these errors were encountered: