-
Notifications
You must be signed in to change notification settings - Fork 1
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
Handle or ignore dependencies using commit hash instead of version number #5
Comments
This should be handled 🤔 Can you post the config for this package from Project.xcodeproj/project.xcodeproj |
What version of Xcode is being used? This plugin thinks the dependency was configured to be an "up to next major" package version and not commit pinned |
Hmmm you are right, it is configured "upToNextMajor"... Apologies! Not sure what is going on here then. Xcode is 15.3 (latest).
|
No apologies needed! I don't know of any spec for these things so reverse engineering Xcode's behavior(s) is the best I can do and these reports really help. |
Hey @hbmartin, any news? |
Due to legacy reasons, some of our dependencies target specific commit hash instead of version number:
This results in an error like this being thrown:
Not sure what is the best approach to this, maybe ignore these?
The text was updated successfully, but these errors were encountered: