I have updated my mac os to El Capitan and using the Xcode version 6.3 When i open the storyboard file
<animations/>
tag is getting added to all the subviews. Check the xml of storyboard.
<activityIndicatorView opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" hidesWhenStopped="YES" animating="YES" style="whiteLarge" translatesAutoresizingMaskIntoConstraints="NO" id="njZ-Pf-Lyb">
<rect key="frame" x="150" y="274" width="37" height="37"/>
<animations/>
<color key="color" red="0.0" green="0.47843137250000001" blue="1" alpha="1" colorSpace="calibratedRGB"/>
</activityIndicatorView>
So what does that tag stands for any clue ? Can i run the same project on Yosemite with Xcode 6.3 ?
Thanks in advance.
Unfortunately, you may have to wait for Xcode 7.2 release (or use the 7.2 Beta for now):
Xcode adds a lot of <animations/> tag in my storyboard and xib file