[bug?] Supabase-swift SDK always times out on simulator
I'm building a native iOS app and have Supabase-swift integrated for fetching data from the database. However, when trying some easy queries, they always fail with a timeout 🤯
I have initialised the
SupabaseClient
as the docs state, using my project's URL and publishable key. If I run the same queries via cURL, they work fine and I get the expected data 🤔 as well as if I run my app in a real device.
ℹ️ Additional information
- SDK version: 2.31.2
- Happening on simulator (iPhone 16 Pro Max)
- iOS 18.4
- Xcode version: 16.32 Replies
Here are the logs from the Xcode console:
After digging a bit more in the internet, I found this thread in Supabase's GitHub: https://github.com/orgs/supabase/discussions/35943
It points out to a bug within 18.4 simulators, that gets easily resolved by either downgrade or upgrade.
I'll mark my issue as done ✅
GitHub
Supabase request failing on iOS 18.4 (iOS Simulator) · supabase ·...
Supabase Requests Fail on iOS Simulator After Upgrading to Expo SDK 52 Also Reported On: Supabase Discussion #35041 Description After upgrading my React Native project to Expo SDK 52, all Supabase-...