-
-
Notifications
You must be signed in to change notification settings - Fork 178
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Bug report
Describe the bug
Build attempts fail due to changes in PostgREST master branch
FunctionsClient
init changePostgrestClient
init changeFunctionsHTTPClient
removalPostgrestHTTPClient
removal
To Reproduce
- Create new project (or have existing project)
- Add supabase-swift SPM dependency as described in README
- Attempt to build the project
- See errors in
SupabaseClient.swift
Expected behavior
Should build without issue
Screenshots
Additional context
Switching to the Release Candidate #45 most recent commit solves the issue (albeit not ideal)
.package(name: "Supabase", url: "https://github.com/supabase/supabase-swift.git", branch: "release-candidate")
It seems like shifting the master branch to tagged dependencies from here on would avoid issues like these popping up
Metadr0n and JensPenneman
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working