-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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.
|
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. But Realm 10.49.2 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: