Enabling zombie Objects on Xcode 7 GM causes Class _NSZombie_BSXPCMessage is implemented in both ?? and?

♀尐吖头ヾ 提交于 2019-12-14 00:29:23

问题


Just downloaded XCode 7 GM and give a try on iOS 9 simulator of my app. However, I got a strange message on the console:

objc[2213]: Class _NSZombie_BSXPCMessage is implemented in both ?? and ??. One of the two will be used. Which one is undefined.

I then googled and no luck. If I disable the enable zombie objects in scheme settings, the message is gone. What's wrong?

Update: I tested it again on Xcode 6.4, no this problem.


回答1:


First of all delete your installed application from ios simulator or device,after that clean your projects. When you will run your application, it should run your Projects properly without any errors.

I have also faced same problem.I have used above, it was worked for me.

If above is not working, so please clean your build cmd+alt+shift+k and also reboot your ios simulator from hardware menu. it should run your Projects properly without any errors.



来源:https://stackoverflow.com/questions/32514269/enabling-zombie-objects-on-xcode-7-gm-causes-class-nszombie-bsxpcmessage-is-imp

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!