Reputation: 9754
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.
Upvotes: 17
Views: 4849
Reputation: 81
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.
Upvotes: 8