-
-
Notifications
You must be signed in to change notification settings - Fork 195
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Bug report
- I confirm this is a bug with Supabase, not with my own application.
- I confirm I have searched the Docs, GitHub Discussions, and Discord.
Describe the bug
After updating to macOS 15.0 Sequoia, updating Xcode and trying to re-build my project, I'm getting the following error:
Compiled module was created by a different version of the compiler '5.10.0.13'; rebuild 'Supabase' and try again: /Users/antoni/Library/Developer/Xcode/DerivedData/[project-name]/Index.noindex/Build/Products/Debug-iphoneos/Supabase.swiftmodule/arm64-apple-ios.swiftmodule
To Reproduce
- Create project in macOS 15.0 Sequoia in Xcode 16.0.
- Add supabase-swift to that project.
- Select target device with iOS 18.0.
- See error
Expected behavior
Should just build without errors on latest macOS/Xcode versions.
System information
- OS: macOS 15.0 Sequoia, Xcode 16.0
- Version of supabase-swift: 2.18.0
Additional context
I'm pretty sure this is solvable by just rebuilding the project without any changes using the latest Xcode?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working