supabase / supabase-swift

A Swift client for Supabase

Home Page:https://supabase.com/docs/reference/swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"No such module" since moving from official github org

louis030195 opened this issue · comments

i used to use supabase swift from official github org:
image

but is seems to have moved:
image

now it stopped working "No such module"
image

I use Xcode (unfortunately lol, such an awful IDE)

Any idea how to fix this? I tried to remove and re-add the repo through Xcode clicks like in the docs without improvement.

Thanks 🙏

Hey @louis030195

Can you make sure the Supabase is added to the proper targets?

On here:
image

Hmm thanks @grdsdev , Supabase was missing in Targets, really hard to use IDE. Do you have any suggestion on how to switch to Swift Package Manager? Ideally I do not use Xcode at all and only Cursor and CLI

Hey, you can try VS Code with the Swift extension, that works great for building Swift Packages, but won't work for Applications.

I'd suggest you get to know Xcode better, it is far from being the best IDE, but it gets the work done once you get used to it.

If you need further assistance, please let me know.

Thanks.