dmytro-anokhin / url-image

AsyncImage before iOS 15. Lightweight, pure SwiftUI Image view, that displays an image downloaded from URL, with auxiliary views and local cache.
MIT License
1.1k stars 96 forks source link

Update to Latest Package Versions does not fetch the latest version 3.0.0 #155

Closed masamichiueta closed 3 years ago

masamichiueta commented 3 years ago

Summary and/or background

The command in Xcode Update to Latest Package Versions does not fetch the latest version 3.0.0.

What you expected would happen Xcode can update to 3.0.0.

What actually happens The command in Xcode Update to Latest Package Versions does not fetch the latest version 3.0.0. Xcode still uses 2.2.5.

It would be great if you could check the reason 🙏

dmytro-anokhin commented 3 years ago

Hey, what is your version rule? Asking because by default it's to next major version, so Update to Latest Package Versions won't update 2.2.5 to 3.0.0. You need to manually set it.

masamichiueta commented 3 years ago

@dmytro-anokhin Ohh, it's my bad 🤦‍♂️ version rule was Up to Next Major, so I couldn't update to 3.0.0. I could update by changing it to 3.0.0 manually. Thank you for your help 🙇

before

Screen Shot 2021-06-18 at 10 21 59

after

Screen Shot 2021-06-18 at 10 22 05