【发布时间】:2015-08-25 16:58:53
【问题描述】:
合并出错后出现错误:
Interface Builder Storyboard Line 3166: StartTag: Invalid element name
这是 XML 中的第 3166 行:
<include reference="mg7-MW-AgG"/>
<include reference="W21-pW-ZnG"/>
<include reference="e3g-wW-DtJ"/>
<include reference="u5V-a3-6xi"/>
</mask>
</variation>
</view>
<<<<<<< HEAD
<tabBarItem key="tabBarItem" title="Rooms" image="55FD63F5-732A-439B-877F-1706F6988CF7" selectedImage="55FD63F5-732A-439B-877F-1706F6988CF7" id="xhN-9a-8cf"/>
=======
<tabBarItem key="tabBarItem" title="Rooms" image="55FD63F5-732A-439B-877F-1706F6988CF7" selectedImage="55FD63F5-732A-439B-877F-1706F6988CF7" id="xhN-9a-8cf"/>
>>>>>>> origin/Develop
<connections>
<outlet property="roomSearchBar" destination="BM4-2v-IaL" id="kH8-j7-2Qh"/>
<outlet property="tViewRooms" destination="wPf-94-ZeE" id="lDI-zg-WK5"/>
<<<<<<< HEAD 的行是第 3166 行
如您所见,有 2 个相同的 tabBarItems。我尝试将其中一条与其他几行一起删除,但我担心会搞砸。
有什么想法可以在这里做什么吗?
非常感谢。
编辑
我还注意到在 600 行以下发生了类似的事情
<<<<<<< HEAD
<image name="55FD63F5-732A-439B-877F-1706F6988CF7" width="24" height="24">
=======
<image name="0F637DAF-B54F-4BF7-81AC-038AB16B6A9A" width="24" height="24">
>>>>>>> origin/Develop
除了这一次图像名称不相同。这会导致合并冲突吗?
【问题讨论】: