This is a really strange one I am trying to track down.
Currently my app downloads json files from Backendless and puts that information into CoreData.
When I have been working on the app at night (around 9-11pm PST) I have noticed I get a lot of exc_bad_access errors. However, in the morning (7-9am PST) I do not get these errors. It’s the exact same data set that I download each time. I realize that there is very probably an error in my code, but on the very small chance that it isn’t…could there be an issue with the data I am downloading from Backendless?
Rob