-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
Package Resolution Fails when attempting to add dependency with SPM #29
Comments
Make sure to add https://github.com/Mijick/Timer as a dependency. I think it's missing from the README? @FulcrumOne |
I added Timer as a dependency, but I'm still seeing the same issue 🤔 |
Can you post the full error you're getting? The error in your main post is truncated Also, are you able to build your app, or this error prevents that? |
Sorry guys, I'll try to get back to this thread at the end of the day, I'm super busy fixing the problems from #26 |
@dimitri-nik, I was able to reproduce it. It seems that the problem only occurs in this configuration when importing the package: To fix this, just select branch Let me know if it solved your problem 😉 |
This solved my problem thank you!! 🙌 |
@dimitri-nik, glad to hear it! @guytepper thanks for your help as well! 😉 |
@FulcrumOne isn't the issue with this solution, to get the latest commits from the main branch, that it enforces the library to be updated even if that's not intentional? For example, breaking changes could be introduced. |
@guytepper unfortunately it slipped my mind when publishing this update and I'm very sorry for this😕 I promise to introduce the fix in the upcoming update. Thanks for your comment and have a good day, |
@guytepper here's the roadmap for this library. Feel free to create a ticket if you need some new feature to be introduced 😉 |
Version 2.1.0 resolves this problem. |
Hey! I've got an issue while trying to add the CameraView package to my project using Swift Package Manager. The package resolution is failing with the following error:
Failed to resolve dependencies Dependencies could not be resolved because root depends on 'cameraview' 1.2.0..<2.0.0.
unexpectedly did not find the new dependency in the package graph: sourceControl(identity: cameraview, location: SwiftPM.SPMPackageDependency.Sourc...
Xcode version 15.4
swift 5.0
ios 17.0
I tried clearing derived data and package caches
I recently added your PopUp package successfully
Not sure what else to try thanks!
The text was updated successfully, but these errors were encountered: