jinkai

Results 19 comments of jinkai

any new suggestion for solving this problem? @MightyMoud M I have tried venv, problem not solved ``` python3 -m venv myenv source myenv/bin/activate pip install torch==2.4.0 ``` ERROR: Could not...

Same issue on Xcode 16.1 + Realm 10.54.1 + iOS 14.4, please fix

> The issue is caused by Xcode 16.1 trying to link in the Swift Concurrency back deployment library in iOS < 15. It does this by incorrectly linking to /usr/lib/swift_Concurrency.lib...

@philipphofmann no, my code calling sequence has not changed,first `SentrySDK.start`,then `setUser`, only update sdk version. By the way, in order to speed up launch time ,I call `SentrySDK.start` on non-main...

That indicates that after upgrading the SDK from version 8.48.0 to 8.54.0, the Sentry backend fails to detect the custom user data I added using `setUser`. When using SDK version...

@philipphofmann I have find out the reason , If I use 'SentrySDK.start` in no-main thread( in order to speed up launch time ) ``` DispatchQueue.global(qos: .utility).async{ SentrySDK.start { options in...

@philipphofmann Thank you for your patience.