-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a new tag/release #58
Comments
Hi, previously #53 was submitted to address this. Is that what we need to do again? I don't have access to a Mac at the moment but would be open to PRs. |
Nope, this is a related issue. SPM cannot "see" this information when used in the versioning mode. So now I suggest adding a new "release" to the project, e.g. via "releases" tab: https://github.com/dehli/TouchDraw/releases |
Thanks! Will get that taken care of. |
Thanks, looking forward to having the release in place. If that's not done, we'll have to fork the repository and support it ourselves and we'd like to avoid that. |
Hi @richardtop I've created the new release. Let me know if the issue has been addressed and I'l go ahead and close this. |
Yes, the issue is fixed now. |
Getting this error with the latest Xcode 14.3:
package 'package.swift' is using Swift tools version 3.1.0 which is no longer supported; consider using '// swift-tools-version: 5.8' to specify the current tools version
Tagging the latest master branch commit would allow SPM to see the newer release and use newer toolchain.
The text was updated successfully, but these errors were encountered: