ios - Interface Builder Storyboard Error: Extra Content at end of Document -



ios - Interface Builder Storyboard Error: Extra Content at end of Document </document> -

trying build ios app i've been working on. app won't build in xcode due interface builder storyboard error. error says following: line 1917: content @ end of document. not know xml i'm not sure means. went ahead , looked @ line 1917 , didn't see out of ordinary. i've pasted code below.

... <fontdescription key="fontdescription" name="avenir-medium" family="avenir" pointsize="17"/> <color key="textcolor" cocoatouchsystemcolor="darktextcolor"/> <nil key="highlightedcolor"/> </label> </subviews> <color key="backgroundcolor" white="0.66666666666666663" alpha="1" colorspace="calibratedwhite"/> <constraints> <constraint firstattribute="height" constant="807" id="ial-d2-vfe"/> <constraint firstattribute="width" constant="320" id="cx9-gu-k2n"/> </constraints> </view> </subviews> <constraints> <constraint firstattribute="bottom" seconditem="cx5-hw-gtm" secondattribute="bottom" id="ocs-zo-mvb"/> <constraint firstattribute="trailing" seconditem="cx5-hw-gtm" secondattribute="trailing" id="ta0-vq-utp"/> <constraint firstitem="cx5-hw-gtm" firstattribute="leading" seconditem="dou-bf-ogq" secondattribute="leading" id="kt2-8i-heq"/> <constraint firstitem="cx5-hw-gtm" firstattribute="top" seconditem="dou-bf-ogq" secondattribute="top" constant="2" id="qu9-4d-3nk"/> </constraints> </scrollview> </subviews> <color key="backgroundcolor" white="1" alpha="1" colorspace="calibratedwhite"/> <constraints> <constraint firstitem="dou-bf-ogq" firstattribute="top" seconditem="tbe-zs-woz" secondattribute="bottom" constant="11" id="juw-yu-qdo"/> <constraint firstitem="2qz-rl-eyq" firstattribute="top" seconditem="dou-bf-ogq" secondattribute="bottom" id="tvb-gd-bhy"/> <constraint firstattribute="trailingmargin" seconditem="dou-bf-ogq" secondattribute="trailing" constant="-16" id="zdr-kp-fgz"/> <constraint firstitem="dou-bf-ogq" firstattribute="leading" seconditem="8tp-er-rcw" secondattribute="leadingmargin" constant="-16" id="vf5-ir-deo"/> </constraints> </view> <simulatedscreenmetrics key="simulateddestinationmetrics" type="retina4"/> </viewcontroller> <placeholder placeholderidentifier="ibfirstresponder" id="35w-ft-l2q" userlabel="first responder" scenememberid="firstresponder"/> </objects> <point key="canvaslocation" x="-377" y="1720"/> </scene> </scenes> <resources> <image name="balcontent" width="22" height="22"/> <image name="balance" width="25" height="25"/> <image name="business" width="185" height="100"/> <image name="culture" width="185" height="100"/> <image name="design" width="185" height="100"/> <image name="discover" width="25" height="25"/> <image name="explore" width="375" height="100"/> <image name="feed" width="25" height="25"/> <image name="followers" width="22" height="22"/> <image name="food" width="185" height="100"/> <image name="health" width="185" height="100"/> <image name="link" width="50" height="50"/> <image name="logo" width="150" height="38"/> <image name="news" width="187" height="100"/> <image name="notification" width="22" height="22"/> <image name="photo" width="50" height="50"/> <image name="popular" width="375" height="100"/> <image name="profile" width="25" height="25"/> <image name="profiledefault" width="125" height="125"/> <image name="settings" width="22" height="22"/> <image name="splash-iphone6" width="375" height="667"/> <image name="sports" width="185" height="100"/> <image name="style" width="185" height="100"/> <image name="technology" width="187" height="100"/> <image name="travel" width="185" height="100"/> <image name="trending" width="375" height="100"/> <image name="video" width="50" height="50"/> <image name="write" width="50" height="50"/> <image name="leonidas" width="116" height="92"/> <image name="person-icon.png" width="375" height="667"/> <image name="backarrow" width="22" height="22"/> </resources> <simulatedmetricscontainer key="defaultsimulatedmetrics"> <simulatedstatusbarmetrics key="statusbar"/> <simulatedorientationmetrics key="orientation"/> <simulatedscreenmetrics key="destination" type="retina4"/> </simulatedmetricscontainer> <inferredmetricstiebreakers> <segue reference="agt-rp-bot"/> <segue reference="ga5-lv-izp"/> </inferredmetricstiebreakers>

line 1917: <-- line appears @ document end won't display

i encountered same issue. think happened pulled , did merge resolve conflicts. when says extra content @ end of document </document> thought finding tag in xml. clicked on version editor , checked changed contents , found tag. click , discard alter , go.

check screenshot.

and knows in detail please sense free edit , add together more details this.

ios objective-c xml xcode uistoryboard

Comments

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -