error Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65. ...

解决办法

首先,清除当前项目中所加载关联的依赖包并清除 yarn 的缓存:

rm -rf node_modules && yarn cache clean

重新下载依赖包: