danwilson / google-analytics-plugin

Cordova (PhoneGap) Plugin to connect to the native Google's Universal Analytics SDK 3.0
MIT License
695 stars 500 forks source link

xcode 11 build error : Property 'parameters' on Entity 'GAIHit' is using nil or an insecure NSValueTransformer. #567

Closed wallstudios closed 2 years ago

wallstudios commented 5 years ago

Just updated to xcode 11 and I'm getting this error on build.

warning: Property 'parameters' on Entity 'GAIHit' is using nil or an insecure NSValueTransformer. Please switch to using "NSSecureUnarchiveFromData" or a subclass of NSSecureUnarchiveFromDataTransformer instead.

If I remove the "google-analytics-plugin" the error is not present.

sukrit-trivedi commented 5 years ago

Hi Guys, I am having same issue. My iOS app wont execute. Can someone please give a workaround? Thanks

bobrosoft commented 5 years ago

The same issue... App itself working, but tracking is not. And my feeling that something wrong with GA native lib itself maybe...

2019-10-02 18:58:38.817138+0400 Love2Shop[40677:91527833] [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.
2019-10-02 18:58:38.817263+0400 Love2Shop[40677:91527833] [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.
2019-10-02 18:58:38.867782+0400 Love2Shop[40677:91525191] ERROR: Unhandled Promise rejection: Tracker not started ; Zone: <root> ; Task: Promise.then ; Value: Tracker not started
zSoNz commented 5 years ago

+

fatihyildizhan commented 4 years ago

Is there any news? I am getting the same error.

dhavalnenaagile commented 4 years ago

Is there any update? Am also facing the same error

ergunkocak commented 4 years ago

Is there any update? Am also facing the same error Firebase 6.23.0 xcode 11.4 Simulator IOS 13.4

2020-04-23 22:12:54.402448+0200 BLABLA_APP[5697:53237] [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.

2020-04-23 22:12:54.402559+0200 BLABLA_APP[5697:53237] [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. BLABLA_APP(5697,0x700004475000) malloc: Heap corruption detected, free list is damaged at 0x60000332d290 Incorrect guard value: 96470361964544 BLABLA_APP(5697,0x700004475000) malloc: set a breakpoint in malloc_error_break to debug

BhavyaWhiz commented 4 years ago

Is there any update please? I am facing the same issue. Does anyone's app crashes due to this warning?

NigamAnkit commented 4 years ago

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.

Same issue !! Any Fix ?

ullfindsmit commented 4 years ago

+1 on this issue... any luck?

gabrielvisconti89 commented 4 years ago

Is there any update please? I am facing the same issue. Does anyone's app crashes due to this warning?

I am also facing this issue My app crashes due to this warning

donkagunila commented 3 years ago

am facing the same issue, any luck?

KennyDepecker commented 3 years ago

Ran into this issue as well... any fix yet?

comur commented 3 years ago

+1

victorsosa commented 2 years ago

any PR is welcome

victorsosa commented 2 years ago

this class this not used in the code