![]() |
1
3
在xcode10中:注释Podfile中的以下行
IBDesignable的问题在Xcode 10中修复
我已经删除了这条线,警告也消失了。 希望这能帮到你:) |
![]() |
2
1
据Paul Beusterien说: Is it harmful to have warning: Skipping code signing because the target does not have an Info.plist file?
以下是我删除此警告所做的操作:
|
![]() |
3
0
一般的方法是创建info.plist并将其添加到项目中。还要记住将其添加到目标的生成设置中。这样警告就消失了。 |