-
Notifications
You must be signed in to change notification settings - Fork 17
Description
📝 Description
We're experiencing a crash on iOS 18.5 related to the native module IncdOnboarding.framework, which is part of the react-native-metamap-sdk. The error appears to be caused by a memory handling issue in Swift code.
Crash reported by Sentry:
SIGSEGV: Signal 11, Code 2 Attempted to dereference garbage pointer at 0xa1b962740 Function: __swift_project_boxed_opaque_existential_1Tm
📱 Environment
-
SDK version: 5.4.12 (latest available)
-
iOS version: 18.5
-
Device: iPhone 13
-
App version: 2.4.1
-
Affected users: 1 (only one occurrence)
-
Reported via: Sentry (sentry.cocoa.react-native v8.41.0)
📊 Stack trace (simplified)
objc_retain_x0 (libobjc.A) __swift_project_boxed_opaque_existential_1Tm (IncdOnboarding) __swift_destroy_boxed_opaque_existential_0Tm (IncdOnboarding) ...
✅ Actions Taken
-
Confirmed that IncOnboarding is part of the MetaMap SDK.
-
Verified that we are using the latest version of the SDK (5.4.12).
-
No custom native modules are involved.
🙏 Request
Could you please confirm:
1. Is this SDK version officially compatible with iOS 18.5?
2. Is there a known fix or an upcoming release that addresses this crash?