Having trouble importing Supabase on Swift
So I just added the supabase package to my ios app, but XC can't find the import, and when I type it out manually it says it doesn't exist, even though it highlights my
SupabaseClient
declaration when imported. Any idea what my issue is?
I'm on 2.5.1, not sure what my swift version is but it's probably not relevant.
1 Reply
Found my problem. When I added the package it added every Supabase extra (Auth, Storage etc), except the main module. To fix it just add it to this list in the app target
