环境:unity 2018.2.7f1、xcode 11.2。 升级xcode11后,用unity导出ios工程编译报错Typedef redefinition with different types ('void *' vs 'struct __CVMetalTextureCache *') image.png 解决方法很简单,在CVTextureCache.mm文件中,全局替换: 把CVMetalTextureCacheRef 替换为 UCVMetalTextureCacheRef、 把CVMetalTextu...