iOS打开项目时pch文件提示第三方库 “ file not found ”

一、

终端输入: cd 项目路径

回车后输入:pod install --verbose --no-repo-update

重新编译项目。

二、

在项目TARGETS—>Build Settings—>Search Paths —>Header Search Paths的第一行添加$(inherited)即可。如果还是不行,可以尝试将scheme中除了archive其他设置为debug再试。

你可能感兴趣的:(个人笔记,ios,webview,flutter)