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
I think it's a known limitation/bug of Xcode's integration with Swift Package Manager that the version numbers have to be pure semantic version numbers, like "3.5.1" without any prefix.
In order to use your package with Xcode 14.3 beta, I had to fork it and add a tag of 3.5.1
The text was updated successfully, but these errors were encountered:
I think it's a known limitation/bug of Xcode's integration with Swift Package Manager that the version numbers have to be pure semantic version numbers, like "3.5.1" without any prefix.
In order to use your package with Xcode 14.3 beta, I had to fork it and add a tag of 3.5.1
The text was updated successfully, but these errors were encountered: