Я пытаюсь запустить свое приложение на XCode, но я получаю эту ошибку:
«строка 179: открытие и окончание несоответствия тегов, строка подключения 159 и ячейки»
Я пытался просмотреть код, но у меня мало опыта работы с тегами, поэтому я не понимаю, в чем заключается несоответствие. Я приложил код ниже (строки 158 - 179)
<color key="backgroundColor" white="1" alpha="0.56000000000000005" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<connections>
<outlet property="image" destination="lnq-OO-OaN" id="UHY-Dq-1OG"/>
<collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" restorationIdentifier="cell" reuseIdentifier="cell" id="GEz-5A-SDb" customClass="OrderCell" customModule="CoFace" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="300" height="303"/>
<autoresizingMask key="autoresizingMask" flexibleMaxY="YES"/>
<view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO">
<rect key="frame" x="0.0" y="0.0" width="300" height="303"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Z9G-J6-k2r">
<rect key="frame" x="20" y="20" width="260" height="263"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES" flexibleMaxY="YES"/>
</imageView>
</subviews>
</view>
<connections>
<outlet property="image" destination="Z9G-J6-k2r" id="XOw-Ss-Tzd"/>
<segue destination="vr6-9f-iga" kind="show" identifier="orderSegue" id="XrK-4r-n5E"/>
</connections>
</collectionViewCell>
</cells>
Может ли кто-нибудь помочь мне с этим?