美文网首页iOS bug 收录
xcode 老是卡在running x of x custom

xcode 老是卡在running x of x custom

作者: 夏末秋刀鱼 | 来源:发表于2017-11-07 17:44 被阅读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, 再次编译即可; 速度 杠杠滴

转自:http://blog.csdn.net/idlehand/article/details/65437679

相关文章

网友评论

    本文标题:xcode 老是卡在running x of x custom

    本文链接:https://www.haomeiwen.com/subject/aewjmxtx.html