AssistoLab / DropDown

A Material Design drop down for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not able to add Package using Swift Packet Manager

abhinav-28od opened this issue · comments

Screen Shot 2021-04-14 at 11 41 53 AM

I have tried using different version but still the result is the same. It says "
https://github.com/AssistoLab/DropDown has no Package.swift manifest for version 2.3.13
"

The same thing happened to me. I ended up choosing master from the options and I was able to add the package.

image

The same thing happened to me. I ended up choosing master from the options and I was able to add the package.

image

@hnoArcos Thanks alot. Does the package work fine in the current master?

@abhinav-28od So far it's been working great.

The problem is that tags for this project have a v prepended to them. If you try to specify the tag v2.3.13 in Xcode, you get this error.

image

I forked the project (https://github.com/alandeguz/DropDown) and added the tag 2.3.13 to the masterbranch, which fixes the problem for me locally.

My recommendation to the maintainer is to make new release from the master branch (or perhaps another PR) as version 2.3.14, and use the purely semantic tagging format.

CC @kevin-hirsch