-
Notifications
You must be signed in to change notification settings - Fork 102
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
Xcode 15 support and Nimble dependency #278
Comments
Wasn’t this solved with #268? |
That solves the issue on nimble snapshots but there is still a dependency miss match? xcode 15 requires Nimble 13.0.0+ while nimble snapshots does not.
|
Ah you’re right. I see the issue here: Nimble-Snapshots/Nimble-Snapshots.podspec Line 28 in 935a4e4
We can update that to 13 to fix the bug. I suppose that might exclude Xcode 14 users from using the latest version of Nimble/Nimble-Snapshots, but I don’t think that’s a huge issue. Do you have time to open a pull request? |
Sorry I do not have time to open a pull request. It looks like it may take some effort to update? #275 |
Tried to push up the PR but don't have write access cc @ashfurrow |
@eddie-esc did you push it to your fork? |
@ashfurrow I created PR for that, wanna take a look? Thanks! #279 |
Looks like for xcode 15 to work properly it requires Nimble version 13.0.0+ which contains this fix however nimble snapshots has a specific nimble dependency what is lower than 13.0.0 .
A fix to this issue would be to update nimble snapshot's Nimble dependency to 13.0.0+
The text was updated successfully, but these errors were encountered: