realm / realm-swift

Realm is a mobile database: a replacement for Core Data & SQLite
https://realm.io
Apache License 2.0
16.28k stars 2.14k forks source link

RealmSwift Crashing on Xcode 16 beta 2 when used in XCFramework as Dependency #8649

Open amirpervaizQI opened 2 months ago

amirpervaizQI commented 2 months ago

How frequently does the bug occur?

Always

Description

I have an XCFramewrok that is using RealmSwift as a dependency. I am using one of the old version of RealmSwift that was working until I upgraded to Xcode 16 beta 2. I am getting this crash at the launch of the app. The project settings are same as it is using Swift 5. Anybody can help with this?

Screenshot 2024-07-09 at 10 08 55 AM

I have tried one of the old version v10.19.0, and also the latest version 10.52.1.

Thanks.

Stacktrace & log output

No response

Can you reproduce the bug?

Always

Reproduction Steps

Version

v10.52.1.

What Atlas Services are you using?

Local Database only

Are you using encryption?

Yes

Platform OS and version(s)

iOS 13 to iOS 18.

Build environment

Xcode version: 16 beta 2 Dependency manager and version: pod v1.15.2

sync-by-unito[bot] commented 2 months ago

➤ PM Bot commented:

Jira ticket: RCOCOA-2408

amirpervaizQI commented 2 months ago

Anyone facing this issue?