Closed tychop closed 5 years ago
+1
This is also on the GM
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
@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
Also, I can confirm checking out master in SPM works while 0.6.3 does not. Should be an easy fix.
Thanks for the fix @RamblinWreck77! I've just pushed a new tag and the SPM installation instructions in the README should work now.
I get this error when adding the package to XCode Version 11.0 beta 5 (11M382q) on the latest Catelina...
Right now I'm using the master branch as a workaround.....