You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we configure Analytics application crash. here is the code for initialisation and that function where i got crash.
public func initAnalytics() {
let configuration = AnalyticsConfiguration.init(writeKey: "...........")
configuration.trackApplicationLifecycleEvents = true
configuration.recordScreenViews = false
configuration.trackPushNotifications = true
configuration.use(SEGAppsFlyerIntegrationFactory())
configuration.use(SEGFlurryIntegrationFactory.instance() as! SEGFlurryIntegrationFactory)
configuration.use(SEGAmplitudeIntegrationFactory.instance())
configuration.use(SEGMixpanelIntegrationFactory.instance())
configuration.use(SEGFirebaseIntegrationFactory.instance())
Analytics.debug(true)
Analytics.setup(with: configuration) **// at this line i found crash**
}
Crash Details:
*** -[NSKeyedUnarchiver validateAllowedClass:forKey:]: NSSecureCoding allowed classes list contains [NSObject class], which bypasses security by allowing any Objective-C class to be implicitly decoded. Consider reducing the scope of allowed classes during decoding by listing only the classes you expect to decode, or a more specific base class than NSObject. This will become an error in the future. Allowed class list: {(
"'NSObject' (0x234a6de30) [/usr/lib]"
)}
When we configure Analytics application crash. here is the code for initialisation and that function where i got crash.
public func initAnalytics() {
}
Crash Details:
*** -[NSKeyedUnarchiver validateAllowedClass:forKey:]: NSSecureCoding allowed classes list contains [NSObject class], which bypasses security by allowing any Objective-C class to be implicitly decoded. Consider reducing the scope of allowed classes during decoding by listing only the classes you expect to decode, or a more specific base class than NSObject. This will become an error in the future. Allowed class list: {(
"'NSObject' (0x234a6de30) [/usr/lib]"
)}
Hardware details:
macOS Monterey 12.4
Xcode 13.4.1
iPhone Xs with iOS 15.5
Can someone help me solve this?
The text was updated successfully, but these errors were encountered: