Xcode 多年来一直困扰着我,像这样的更新
+++ b/Project/Base.lproj/Main.storyboard
@@ -890,8 +890,6 @@ some existing one.</string>
<resources>
<image name="TabBarButton" width="65" height="15"/>
<image name="TabBarHome" width="25" height="25"/>
- <image name="TabBarHome" width="25" height="25"/>
- <image name="TabBarSettings" width="25" height="25"/>
<image name="TabBarSettings" width="25" height="25"/>
<image name="TrashCan" width="13" height="15"/>
</resources>
你可能认为我真的有重复的行。好的,但是下次 Xcode 会这样做:
+++ b/Project/Base.lproj/Main.storyboard
@@ -890,8 +890,6 @@ some existing one.</string>
<resources>
<image name="AddBrick" width="65" height="15"/>
<image name="TabBarHome" width="25" height="25"/>
+ <image name="TabBarHome" width="25" height="25"/>
+ <image name="TabBarSettings" width="25" height="25"/>
<image name="TabBarSettings" width="25" height="25"/>
<image name="TrashCan" width="13" height="15"/>
</resources>
有什么办法可以预防吗?