iOS 开发报错 tClass _NSZombie_FBSXPCMessage is implemented in both ?? (0x6000019c8f30) and ?? (0x600...

控制台输出 Class _NSZombie_BSXPCMessage is implemented in both ?? and ??. One of the two will be used. Which one is undefined.报错信息

解决办法如下

首先从ios模拟器或设备上删除已安装的应用程序,然后清理项目。当你运行你的应用程序时,它应该正确运行你的项目,没有任何错误。

如果上述不起作用,请清理build cmd + alt + shift + k,并从硬件菜单重新启动ios模拟器。它应该正确运行你的项目,没有任何错误。

你可能感兴趣的:(iOS 开发报错 tClass _NSZombie_FBSXPCMessage is implemented in both ?? (0x6000019c8f30) and ?? (0x600...)