Error “Class VCWeakObjectHolder is implemented in both…” is crashing debug sessions

前端 未结 2 1327
执笔经年
执笔经年 2021-02-20 12:17

I am getting following error all the time in my iOS app:

objc[56232]: Class VCWeakObjectHolder is implemented in both /Applications/Xcode.app/Contents/D

相关标签:
2条回答
  • 2021-02-20 12:50

    I submitted bug #43377301 to https://bugreport.apple.com/

    Debug messages should be off in Apple frameworks (Class VCWeakObjectHolder)

    I'm currently fixing bugs in an old code base and I have no idea what this internal Apple "warning" means.

    It shouldn't be displayed to the 3rd party developer. I'm using CoreBluetooth and Objective-C.

    0 讨论(0)
  • 2021-02-20 12:59

    Simulator -> Hardware -> Erase all content and Settings...Works for me.

    0 讨论(0)
提交回复
热议问题