This repository was archived by the owner on Nov 19, 2025. It is now read-only.

Description
Steps to Reproduce the Problem
Launch an app with Instabug integrated with the debugger attached.
Expected Behavior
No warnings or errors
Actual Behavior
Receiving warnings at app launch
- [error] fault: One or more models in this application are using transformable properties with transformer names that are either unset, or set to NSKeyedUnarchiveFromDataTransformerName. Please switch to using "NSSecureUnarchiveFromData" or a subclass of NSSecureUnarchiveFromDataTransformer instead. At some point, Core Data will default to using "NSSecureUnarchiveFromData" when nil is specified, and transformable properties containing classes that do not support NSSecureCoding will become unreadable.
- CoreData: fault: One or more models in this application are using transformable properties with transformer names that are either unset, or set to NSKeyedUnarchiveFromDataTransformerName. Please switch to using "NSSecureUnarchiveFromData" or a subclass of NSSecureUnarchiveFromDataTransformer instead. At some point, Core Data will default to using "NSSecureUnarchiveFromData" when nil is specified, and transformable properties containing classes that do not support NSSecureCoding will become unreadable.
- [error] CoreData: One or more models in this application are using transformable properties with transformer names that are either unset, or set to NSKeyedUnarchiveFromDataTransformerName. Please switch to using "NSSecureUnarchiveFromData" or a subclass of NSSecureUnarchiveFromDataTransformer instead. At some point, Core Data will default to using "NSSecureUnarchiveFromData" when nil is specified, and transformable properties containing classes that do not support NSSecureCoding will become unreadable.
- CoreData: warning: Property 'attributes' on Entity 'ExecutionTrace' is using nil or an insecure NSValueTransformer. Please switch to using "NSSecureUnarchiveFromData" or a subclass of NSSecureUnarchiveFromDataTransformer instead.
Instabug integration code
public func start() {
Instabug.welcomeMessageMode = .disabled
Instabug.start(withToken: Configuration.errorReportingToken,
invocationEvents: [.shake])
}
SDK Version
11.9.1
iOS Version
iOS 16.2
Device Model
Simulator ( iPhone 14 Pro )