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

Error setting property on UIView #202

Open
efh365 opened this issue Oct 21, 2019 · 0 comments
Open

Error setting property on UIView #202

efh365 opened this issue Oct 21, 2019 · 0 comments

Comments

@efh365
Copy link

efh365 commented Oct 21, 2019

I followed the instructions by adding my Shopfiy App. Everything builds properly, but when I run the app I get one error at the beginning, which is

"[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."

And then as I click around all the blank pages I continue to see:

"ShopApp[53814:1224949] Failed to set (isAccessibilityView) user defined inspected property on (UIView): [<UIView 0x7fd821ea4570> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key isAccessibilityView."

Any ideas?

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

1 participant