realm-swift icon indicating copy to clipboard operation
realm-swift copied to clipboard

libswift_Concurrency.dylib could not be loaded

Open ripplek opened this issue 9 months ago • 4 comments

How frequently does the bug occur?

Always

Description

dyld: lazy symbol binding failed: can't resolve symbol _$sScMMa in /private/var/containers/Bundle/Application/4B5CDE7E-4EE1-4BD0-AD7B-F8A577D78BB7/BGIM.app/Frameworks/RealmSwift.framework/RealmSwift because dependent dylib /usr/lib/swift/libswift_Concurrency.dylib could not be loaded dyld: can't resolve symbol _$sScMMa in /private/var/containers/Bundle/Application/4B5CDE7E-4EE1-4BD0-AD7B-F8A577D78BB7/BGIM.app/Frameworks/RealmSwift.framework/RealmSwift because dependent dylib /usr/lib/swift/libswift_Concurrency.dylib could not be loaded

Stacktrace & log output

No response

Can you reproduce the bug?

Always

Reproduction Steps

image

iOS 18.2 works perfectly fine under the same conditions, but iOS 14.2 does not

In RealmSwift 15.2.1 and iOS 14.2 in the debug environment, this issue also reoccurs, but after the app is packaged and released to the AppStore, it is fine. I recently upgraded RealmSwift to 15.3.1, and in time for the app to be packaged and released to the AppStore, iOS 14.2 isn't working either

Version

10.53.1

What Atlas Services are you using?

Local Database only

Are you using encryption?

Yes

Platform OS and version(s)

iOS 14.2

Build environment

Xcode version: 16.2 (16C5032a)

ripplek avatar Jan 09 '25 07:01 ripplek