Core Data executeFetchRequest throws NSGenericException (Collection was mutated while being enumerated)

后端 未结 4 1532
忘掉有多难
忘掉有多难 2021-02-09 13:04

I\'m developing a iPhone app with Core Data. All user data should be synchronized with our servers. For this purpose I created a subclass of NSOperation witch loads new data fro

4条回答
  •  感情败类
    2021-02-09 13:14

    I had same problem. You can use lock, unlock receiver. I solved this problem until now.

提交回复
热议问题