I'm developing for iOS, after a while i'm getting the following error lines:
*** ERROR: this process has called an NSArray-taking method, such as initWithArray:, and passed in an NSSet object. This is being worked-around for now, but will soon cause you grief
I guess it related to the CoreData with iCloud enabled.
I have some relationships (one to many).
I'm using NSMutableArray for such variables. But by default Xcode uses NSOrderedSet.
But not sure what is wrong?
Please, help.