Closed wallstudios closed 2 years ago
Hi Guys, I am having same issue. My iOS app wont execute. Can someone please give a workaround? Thanks
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
+
Is there any news? I am getting the same error.
Is there any update? Am also facing the same error
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
Is there any update please? I am facing the same issue. Does anyone's app crashes due to this warning?
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 ?
+1 on this issue... any luck?
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
am facing the same issue, any luck?
Ran into this issue as well... any fix yet?
+1
any PR is welcome
this class this not used in the code
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.