Mijick / CameraView

Camera made simple (SwiftUI)
MIT License
47 stars 7 forks source link

Package Resolution Fails when attempting to add dependency with SPM #29

Open dimitri-nik opened 5 days ago

dimitri-nik commented 5 days ago

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!

guytepper commented 3 days ago

Make sure to add https://github.com/Mijick/Timer as a dependency.

I think it's missing from the README? @FulcrumOne