Swift 2, warning: could not load any Objective-C class information from the dyld shared cache

后端 未结 5 1545
青春惊慌失措
青春惊慌失措 2021-02-04 23:43

I have found a few questions regarding this issue, yet none of them were helping with my problem. I am trying to save an object to core data using this code (which worked perfec

5条回答
  •  轮回少年
    2021-02-05 00:20

    Choose Product > Clean

    I had similar issue. I deleted the app from the device. Then "Product->Clean" in the XCode menu. When I ran the app again, the issue got resolved.

提交回复
热议问题