Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin giving issue in IOS 15 #994

Open
sandeep161192 opened this issue Nov 11, 2021 · 4 comments
Open

Plugin giving issue in IOS 15 #994

sandeep161192 opened this issue Nov 11, 2021 · 4 comments

Comments

@sandeep161192
Copy link

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.

@brodycj
Copy link
Contributor

brodycj commented Nov 11, 2021

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

@sandeep161192
Copy link
Author

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
Copy link

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

@Sampath-Lokuge
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants