I got the following message in Xcode when I had both Address Sanitizer and Zombie Objects enabled in my scheme's diagnostics options, and ran the project:
objc[656]: Class _NSZombie_OS_voucher is implemented in both ?? and ??.
One of the two will be used. Which one is undefined.
I disabled Zombie Objects and the above message went away, but it won't come back if I turn Zombie Objects back on.
What does the message mean?