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

CoreData errors initializing Instabug #504

Open
ChadyG opened this issue Dec 10, 2024 · 2 comments
Open

CoreData errors initializing Instabug #504

ChadyG opened this issue Dec 10, 2024 · 2 comments
Labels

Comments

@ChadyG
Copy link

ChadyG commented Dec 10, 2024

Unfortunately this is occurring on only one device I have. Several other phones and iPads are not showing this error at all.
iPhone 15 Pro, iOS 18.1.1
Doesn't seem to affect bug reporting.

Steps to Reproduce the Problem

Initialize Instabug (seen with v14.0.0 and 13.0.0)

Expected Behavior

Actual Behavior

fault: Declared Objective-C type "[String : Any]" for attribute named userEvents is not valid
CoreData: fault: Declared Objective-C type "[String : Any]" for attribute named userEvents is not valid
CoreData: Declared Objective-C type "[String : Any]" for attribute named userEvents is not valid
fault: Declared Objective-C type "[NSString]" for attribute named fatalCrashesUUIDs is not valid
CoreData: fault: Declared Objective-C type "[NSString]" for attribute named fatalCrashesUUIDs is not valid
CoreData: Declared Objective-C type "[NSString]" for attribute named fatalCrashesUUIDs is not valid
fault: Declared Objective-C type "[NSString]" for attribute named nonFatalCrashesUUIDs is not valid
CoreData: fault: Declared Objective-C type "[NSString]" for attribute named nonFatalCrashesUUIDs is not valid
CoreData: Declared Objective-C type "[NSString]" for attribute named nonFatalCrashesUUIDs is not valid
fault: Declared Objective-C type "[NSString]" for attribute named fatalHangsUUIDs is not valid
CoreData: fault: Declared Objective-C type "[NSString]" for attribute named fatalHangsUUIDs is not valid
CoreData: Declared Objective-C type "[NSString]" for attribute named fatalHangsUUIDs is not valid
fault: Declared Objective-C type "[NSString]" for attribute named oomCrashesUUIDs is not valid
CoreData: fault: Declared Objective-C type "[NSString]" for attribute named oomCrashesUUIDs is not valid
CoreData: Declared Objective-C type "[NSString]" for attribute named oomCrashesUUIDs is not valid
fault: Declared Objective-C type "[NSString]" for attribute named appTerminationsUUIDs is not valid
CoreData: fault: Declared Objective-C type "[NSString]" for attribute named appTerminationsUUIDs is not valid
CoreData: Declared Objective-C type "[NSString]" for attribute named appTerminationsUUIDs is not valid
fault: Declared Objective-C type "[String : String]" for attribute named customAttributes is not valid
CoreData: fault: Declared Objective-C type "[String : String]" for attribute named customAttributes is not valid
CoreData: Declared Objective-C type "[String : String]" for attribute named customAttributes is not valid

Instabug integration code

Make sure to remove your app token.

SDK Version

13.0.0
14.0.0

iOS Version

18.1.1

Device Model

iPhone 15 Pro

[Optional] Project That Reproduces the Issue

@Hartistic
Copy link

Same thing happening here, seems like an easy thing to fix, is anyone getting this assigned?

@asamir0
Copy link
Contributor

asamir0 commented Jan 20, 2025

A fix will be included in the next release.

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

No branches or pull requests

4 participants