Can't add package
I'm using the Xcode 16 beta
Don't know what's the issue. Provided the full log, maybe something about your deployment target or version limit.
I tried and it works.
I also get this error, in target deployment target 16.0 , version limit 3.1.2. @repoluhun how you fix this?
I also get this error, in target deployment target 16.0 , version limit 3.1.2. @repoluhun how you fix this?
Imma be honest with you I just dropped the package and quit the project I was working on lmao
I work on multiple projects, they are on same target version. But one of them got this library, but other one did not get. This is interesting.
I work on multiple projects, they are on same target version. But one of them got this library, but other one did not get. This is interesting.
Yeah, I could honestly not tell you
Because I can not reproduce this issue on my own demo, I can zip and send it here.
Can you zip your example project to me and have a check ? Because if I can not reproduce a issue, nothing can be done to fix it.
Hi, I had "&" in the name of the project and when I change it, it is works :D, but not sure that was the issue.
Hi, I had "&" in the name of the project and when I change it, it is works :D, but not sure that was the issue.
Hi, maybe clearing SPM history would help you
https://forums.developer.apple.com/forums/thread/763897
- Restart Xcode and try again.
- Clean Build Folder.
- Ensure Xcode is updated.
- Delete
DerivedData. - Check the package
URLand version. When I do that it's start working :)
Same problem with Xcode 16.2
@azhm delete deriveddata folder, and restart your computer, also select different options like add, exact version, branch, major or minor version. It will resolve, its about xcode not about library
@Cavidan998 Thank you for your reply. I tried it. It didn't work.
But I have found a problem that seems to be a conflict with this library. https://github.com/groue/GRDB.swift
Because I had no problem installing a separate library If I install both libraries together, I get an error.
I'm experiencing same as @azhm