russell-archer / StoreHelper

Implementing In-App Purchases with StoreKit2 in Xcode 13 - 15 using SwiftUI, Swift 5.7 - 5.9, iOS 15 - 17 and macOS 12 - 14. Also supports tvOS and visionOS.
MIT License
410 stars 48 forks source link

wrong version: not same as git tag #61

Closed sinkcup closed 7 months ago

sinkcup commented 11 months ago

git tag: v2.5 https://github.com/russell-archer/StoreHelper/tags

but version: 1.0.0, is it wrong?

image
russell-archer commented 7 months ago

Fixed! Was caused by the fact that I was using tags like "v2.5" to version the package. After reading the documentation (https://developer.apple.com/documentation/xcode/publishing-a-swift-package-with-xcode) I discovered that you need to use tags with the format "n.n.n" (e.g. 2.6.0). Thanks for the heads-up!