-
Notifications
You must be signed in to change notification settings - Fork 26
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
Problem adding via SPM #182
Comments
Hi @behzod-rajabov, can you please check if your git configuration is set to force signatures for annotated tags? You can check that by running This setting requires annotated tags to be signed with GPG, and the tags for this repository are not signed. |
Hi @mattcreaser This setting is returning me the "false". But the problem is still there. |
@behzod-rajabov I was unable to reproduce this, so it seems like a local issue with your SPM cache. I'd advice you to check if either of the following fixes the issue:
|
Hi @ruisebas I have done all the options you gave, but unfortunately the problem still occurs. |
@ruisebas Yes I tried all possible methods. I tried adding it to other projects as well. But the problem is the same. |
I wiped everything on my end as well to be sure, but I still can't reproduce it. Are you perhaps using SourceTree? There's a recent bug that causes issues with SPM because it adds the following to the
So if you have those entries in your config file, please remove them and try again. If that still doesn't work (or you don't have those entries), one last thing you could try is to run the proper swift package purge-cache
swift package reset Also make sure your Xcode is closed when you run them. |
Yes @ruisebas , the problem is with SourceTree. Thanks for your help 👍🏼 |
|
Describe the bug
I am getting this problem when I add a Package to a Project via SPM. How can I fix this?
Steps To Reproduce
Expected behavior
Problem adding via SPM
Swift Liveness Version
1.3.3
Xcode version
15
Relevant log output
No response
Is this a regression?
No
Regression additional context
No response
OS Version
macOS 14.6.1
Device
iPhone 15 Pro Max
Specific to simulators
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: