This is driving me nuts.
My app was running normally and then I don't know what I did but any changes I now make in the storyboard/
IB/
Xibs
etc are not updating when I run the app either on real device or simulator. For instance, I changed the textColor
of UILabel
but when I run the app, the old color still shows both on device or simulator. I am using Xcode Version 7.3.1.
Please help. Thanks
This solution had worked for me:
Just delete that storyboard in which changes are not reflecting and take new storyboard instead it will start reflecting changes.