d7laungani / DLLocalNotifications

:speech_balloon: Easily create Local Notifications in swift - Wrapper of UserNotifications Framework
MIT License
214 stars 38 forks source link

Warning in XCode 15.0.1 #39

Open fabien79 opened 1 year ago

fabien79 commented 1 year ago

Hello i've got 2 warning when try to compile with XCode 15.0.1 'archiveRootObject(_:toFile:)' was deprecated in iOS 12.0: Use +archivedDataWithRootObject:requiringSecureCoding:error: and -writeToURL:options:error: instead and

'unarchiveObject(withFile:)' was deprecated in iOS 12.0: Use +unarchivedObjectOfClass:fromData:error: instead Do you plan to fix it ? Thanks in advance