storesafe / cordova-sqlite-storage

A Cordova/PhoneGap plugin to open and use sqlite databases on Android, iOS and Windows with HTML5/Web SQL API
Other
2.14k stars 713 forks source link

Plugin giving issue in IOS 15 #994

Open sandeep161192 opened 2 years ago

sandeep161192 commented 2 years ago

Hi, I have installed the latest plugin and tried to create a build in IOS 14 and it is working fine but when trying to create build in IOS 15 , I am getting error -- [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. 2021-10-08 15:28:03.845495+0530 AutoNaT-Q[16669:197903] [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 'parameters' on Entity 'GAIHit' is using nil or an insecure NSValueTransformer. Please switch to using "NSSecureUnarchiveFromData" or a subclass of NSSecureUnarchiveFromDataTransformer instead.

Kindly help.

brodybits commented 2 years ago

I am sorry but this sounds like an issue with another plugin.

sandeep161192 commented 2 years ago

Hi, I have this all plugin in the project. can you help me trace this issue? cordova-plugin-calendar cordova-plugin-dialogs cordova-plugin-google-analytics cordova-plugin-inappbrowser cordova-plugin-network-information cordova-plugin-splashscreen cordova-sqlite-storage cordova-plugin-statusbar com.bez4pieci.cookies

Can anyone help me in this?

SamiElkateb commented 2 years ago

Try creating a new app and adding the plugins 1 by 1 until you get the error.

Sampath-Lokuge commented 2 years ago

@sandeep161192 Have you found the issue on iOS 15+?