saoudrizwan / Disk

Easily persist structs, images, and data on iOS
MIT License
3.1k stars 171 forks source link

The package dependency graph can not be resolved; unable find any available tag for the following requirements: https://github.com/saoudrizwan/Disk.git — 0.6.3 #80

Closed tychop closed 5 years ago

tychop commented 5 years ago

I get this error when adding the package to XCode Version 11.0 beta 5 (11M382q) on the latest Catelina...

The package dependency graph can not be resolved; unable find any available tag for the following requirements:

https://github.com/saoudrizwan/Disk.git — 0.6.3

Screenshot 2019-08-08 at 10 56 20

Right now I'm using the master branch as a workaround.....

RamblinWreck77 commented 5 years ago

+1

RamblinWreck77 commented 5 years ago

This is also on the GM

saoudrizwan commented 5 years ago

From what I see in other repos this is a bug in SPM; I will investigate and see if there's something I need to change to get things working. Thank you for sharing that using the master branch worked for you

RamblinWreck77 commented 5 years ago

@saoudrizwan I think you just need to roll a new release with an updated tag.

If I look at tag 0.6.3 the Package.swift looks incomplete:

https://github.com/saoudrizwan/Disk/blob/0.6.3/Package.swift

Vs master:

https://github.com/saoudrizwan/Disk/blob/master/Package.swift

RamblinWreck77 commented 5 years ago

Also, I can confirm checking out master in SPM works while 0.6.3 does not. Should be an easy fix.

saoudrizwan commented 5 years ago

Thanks for the fix @RamblinWreck77! I've just pushed a new tag and the SPM installation instructions in the README should work now.