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

Bundler could not find compatible versions for gem "xcodeproj" #27

Closed
HormyAJP opened this issue Nov 23, 2021 · 3 comments · Fixed by #28
Closed

Bundler could not find compatible versions for gem "xcodeproj" #27

HormyAJP opened this issue Nov 23, 2021 · 3 comments · Fixed by #28

Comments

@HormyAJP
Copy link

Using the latest cocopods gem (1.11.2) causes a conflict in xcodeproj with kintsugi:

cocoapods (= 1.11.2) was resolved to 1.11.2, which depends on
      xcodeproj (>= 1.21.0, < 2.0)
kintsugi was resolved to 0.3.0, which depends on
      xcodeproj (= 1.19.0)
@byohay
Copy link
Collaborator

byohay commented Nov 30, 2021

Hey @HormyAJP! The reason why Kintsugi depends on a specific xcodeproj version, is that the project_diff that Kintsugi relies on is not part of their API (Or at least that's how I understand it). I don't have a long term solution, but if Kintsugi works with 1.21 I can relax the requirements a bit.
Maybe the long term solution is just to make our own project_diff function.

@byohay byohay linked a pull request Nov 30, 2021 that will close this issue
@HormyAJP
Copy link
Author

HormyAJP commented Dec 1, 2021

@byohay thanks for the response. I don't know enough about the project I'm afraid to comment. It looks like #28 fixed the issue for now. If this comes back to bite later then I'd be potentially interested in helping contribute a fix.

@byohay
Copy link
Collaborator

byohay commented Dec 1, 2021

@HormyAJP thanks! Hope it works now :)

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

Successfully merging a pull request may close this issue.

2 participants