Skip to content
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

Open
BisuGit opened this issue Jan 8, 2024 · 7 comments
Open

Xcode 15 support and Nimble dependency #278

BisuGit opened this issue Jan 8, 2024 · 7 comments

Comments

@BisuGit
Copy link

BisuGit commented Jan 8, 2024

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+

@ashfurrow
Copy link
Owner

Wasn’t this solved with #268?

@BisuGit
Copy link
Author

BisuGit commented Jan 8, 2024

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.

Failed to resolve dependencies Dependencies could not be resolved because 'nimble-snapshots' depends on 'nimble' 11.0.0..<12.0.0 and root depends on 'nimble' 13.0.0.

@ashfurrow
Copy link
Owner

Ah you’re right. I see the issue here:

ss.dependency "Nimble", "~> 12.0"

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?

@BisuGit
Copy link
Author

BisuGit commented Jan 9, 2024

Sorry I do not have time to open a pull request. It looks like it may take some effort to update? #275
I was just hoping to flag this issue.

@eddie-esc
Copy link

Tried to push up the PR but don't have write access cc @ashfurrow

@ashfurrow
Copy link
Owner

@eddie-esc did you push it to your fork?

@ddanielczyk
Copy link
Contributor

@ashfurrow I created PR for that, wanna take a look? Thanks! #279

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants