关键字
File not found, DerivedData
-
通常出现File not found,第一时间考虑的是去查看是不是project和本地文件对应不上。检查后重新编译。检查无误。
-
command+,进入偏好设置,找到locations,进入本地DerivedData目录,删除整个文件夹。返回项目clean,重新编译。
-
找到报错的项目target,检查他对应的项目证书和product name是否与其他target一致。
-
如果是单元测试target,多检查一项:General -> Host Application,需要与主工程保持一致。
网友评论