I am currently using Realm for storing local data and suddenly my app is crashing with the error: could not load any Objective-C class information and this will significantly reduce the quality of type information available.
I tried searching answers and many suggested to delete and re run the app or re run the Xcode but I am still stuck.
App is currently crashing on loading and returns nil for path and bundle Identifier. Below is the line where it hits:
NSString *path = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES)[0];
With Error: Thread 1: Exc_bad_access
Please if someone can help me with this it will be really good. Thank you!