xcode 老是卡在running x of x custom

2020-03-28  本文已影响0人  代码移动工程师

最近在RN项目编译中特变慢,一直卡在running x of x custom shell scripts,解决办法:

Build Phases ----- 找到里面的项 展开如:[CP] Embed Pods Frameworks —— 勾选 run script only when installing
(仅在安装时运行脚本)
如标题中 running x of x。。 表明有x项需要处理;

再找找其他项 同样勾选;
之后重新clean, 再次编译即可; 速度 杠杠滴

上一篇下一篇

猜你喜欢

热点阅读