美文网首页iOS(Swift)开发问题汇总
[!] The `ProjectUITests [Debug]`

[!] The `ProjectUITests [Debug]`

作者: A_rcher34 | 来源:发表于2020-03-18 16:33 被阅读0次

有时候会在pod install的时候,有这种黄色警告。

这是在 Stack Overflow 上看到的回复。经验证有效:

I was able to fix this problem by doing the following (step by step):

Go to Build Settings
At the top select All and Combined
Under Build Options you should see Always Embed Swift Standard Libraries and it is bold.
Click on it and click delete (<-). It should now be unbolded. (Normal text = inherit)
Pod install and the error/errors should go away!

参考文献

相关文章

网友评论

    本文标题:[!] The `ProjectUITests [Debug]`

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