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

前端 未结 2 1373
执笔经年
执笔经年 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.

提交回复
热议问题