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
Describe the bug
I have received the following warnings in Xcode for InstantSearchInsights package:
LocalStorage.swift:
'archiveRootObject(_:toFile:)' was deprecated in iOS 12.0: Use +archivedDataWithRootObject:requiringSecureCoding:error: and -writeToURL:options:error: instead
'unarchiveObject(withFile:)' was deprecated in iOS 12.0: Use +unarchivedObjectOfClass:fromData:error: instead
EventProcessable.swift:
Using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
Environment (please complete the following information):
Xcode version: Xcode 15.0
InstantSearchInsights Version: v2.3.2
Device: iPhone7
Simulator: iPhone15
OS: iOS 15+
The text was updated successfully, but these errors were encountered:
Describe the bug
I have received the following warnings in Xcode for InstantSearchInsights package:
LocalStorage.swift:
EventProcessable.swift:
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: