iOS(Swift)开发问题汇总

[!] The `ProjectUITests [Debug]`

2020-03-18  本文已影响0人  A_rcher34

有时候会在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!

参考文献

上一篇 下一篇

猜你喜欢

热点阅读