Simultaneous accesses to 0x1c0a7f0f8, but modification requires exclusive access error on Xcode 9 beta 4

后端 未结 11 1840
孤城傲影
孤城傲影 2020-11-29 05:15

my project uses both Objective-C and Swift code. When a user logs in, it calls a set of apis for user preference, I have a DataCoordinator.swift class which schedules the AP

11条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-11-29 05:52

    What I would do is change FetchOperation to a class instead of struct.

提交回复
热议问题