-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MacOS 15 / Xcode 16: undefined symbols after update to Realm 20.0.0 #8688
Comments
➤ PM Bot commented: Jira ticket: RCOCOA-2435 |
just clean the project and build again, there are no issues with realm |
@rursache I have tried clean the project build folder, even delete all files in Derived Data folder, but still receive theese issues. |
it's an issue with your project, try on a new one and observe no such problems |
I tried a new project with realm 20.0.0, it's ok with no issues. |
try deleting |
@aehlke Thanks! But it still reports the same issues. |
We've got the same issue in our project.
|
i have the same issue in my project. v20.0.0 |
I just updated it from 10.28.6 to 20.0.1. However, after updating, I encountered the same issue Is there a solution? |
not yet, my apps are still remain on 10.49.2 |
After updated to 20.0.1: The good news is, my iPhone, iPad & Apple Watch apps are work great;
I think I should wait RealmSwift's next update! |
@ding-stephen there will be no next update, the company has stopped all work on it. If you want it to be fixed you have to contribute the fix yourself or find someone to contract the work. There are zero paid workers assigned to Realm development |
How frequently does the bug occur?
Always
Description
After update to Realm 20.0.0 on MacOS 15 / Xcode 16, the compilation can't be passed because of many undefined symbols. I have tried the solution in #8580, but it's not work.
I also tried to degrade Realm to version 10.53.1/0, 10.52.3/2/1/0, 10.51.0, 10.50.1/0, 10.49.3, all report the same issues, and the sanitizers are confirmed to be disabled in Build Settings. Only Realm 10.49.2 and below works fine.
Stacktrace & log output
Can you reproduce the bug?
Always
Reproduction Steps
No response
Version
20.0.0
What Atlas Services are you using?
Local Database only
Are you using encryption?
No
Platform OS and version(s)
MacOS 15 / Xcode 16
Build environment
Xcode version: 16
Dependency manager and version: Swift Package Manager
The text was updated successfully, but these errors were encountered: