-
I'm looking to try Native Swift with Supabase but I can't get it work. Thanks Referencehttps://supabase.com/docs/reference/swift/installing |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
supabase-swift is not quite Android compatible yet, but as it happens, I was just working on it yesterday. You can try out my fork if you like (the "main" branch of https://github.com/marcprux/supabase-swift), but I can't guarantee that it will work. Everything compiles for me, but there are some crashes running the test cases. I would be interested in hearing the results of any experiments you do. You can track the PR (supabase/supabase-swift#673) to see whether it gets accepted upstream. |
Beta Was this translation helpful? Give feedback.
-
Oh, I meant with this new Supabase implementation in Native Swift. The disadvantages listed mention "Development Velocity" and one thing that I noticed when working with the HiyaSkip sample is that previews seem to be working more reliably (I'm already using the legacy preview mode) and with the transpiled mode they usually take way too long to run so they become useless. I hope it stays working with Native Swift |
Beta Was this translation helpful? Give feedback.
-
If I added it correctly to HiyaSkip, it gives me the error:
|
Beta Was this translation helpful? Give feedback.
supabase-swift is not quite Android compatible yet, but as it happens, I was just working on it yesterday. You can try out my fork if you like (the "main" branch of https://github.com/marcprux/supabase-swift), but I can't guarantee that it will work. Everything compiles for me, but there are some crashes running the test cases.
I would be interested in hearing the results of any experiments you do. You can track the PR (supabase/supabase-swift#673) to see whether it gets accepted upstream.