You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similarly to #715, the Package.manifest file in this project still uses branches instead of tags, so it is not possible to use a versioned release rule in order to install this package.
Similarly to #715, the
Package.manifest
file in this project still uses branches instead of tags, so it is not possible to use a versioned release rule in order to install this package.Proposed solution:
Add tags for each of the dependent packages and ensure that not a single package installed with the
.branch
rule, then update thePackage.swift
file in this repository and bump the tag here too:https://github.com/zhangao0086/DKImagePickerController/blob/develop/Package.swift#L18-L19
The text was updated successfully, but these errors were encountered: