Delete storyboard, project still compile - ios

I have a weird problem
I made some changes in storyboard iPad, but the changes weren't effected, so I tried to delete the storyboard, and the project STILL COMPILED.
Anyone tell me why?

Related

Xcode 6 localization error

I accidentally deleted localization files , which resulted in the removal of Storyboard. I restore Storyboard from the Recycle Bin and add it back to the project. Then in Storyboard File Inspector i pressed the "Localize" button...
Next i go to my project info and add to them localization files (interface Builder Storyboard)... Then I made changes to the view in localiztion storyboard. Run the project in the emulator. In the emulator everything works fine. Text in View changes depending on the selected language... All greate. But when I try to run the project on the iphone localization does not occur. I also noticed that even if i change Main.Storyboard (Base) any changes in the View on Iphone did not change. Even if I delete any picture also view did not change. But in emulator all works great. I tried to remove the application from the iPhone, but it has no effect. I also installed the app on another iPhone, and it also does not give effect. Any idea how to solve this problem?
Rename storyboard file.
Reconnect storyboard in project.
Done.

Storyboards constraints suddenly all misplaced

I am using XCode 6.4. I have quite a big Storyboard, and sometimes, when I open it, lots of warnings appear out of the blue, saying I have misplaced views, without touching anything. Everything was fine before, and the misplaced views are in every single viewcontroller. I add most of the constraints manually.
Any ideas what I might be doing wrong, or why suddenly everything moves?
EDIT
I pull from the repo, open XCode, and then all the warnings appear. If I git status, the storyboard has changed.
The difference between the versions is on the systemVersion attribute on the Storyboard. That change probably happens automatically when someone else with another configuration opens the project and then commits the changes.
This (long) question is related: Xcode changes unmodified storyboard and XIB files. However, my problem is not on the class attribute, but on the systemVersion

Xcode 6.3 storyboard stuck

When I open storyboard, the XCode shows that it's building right now, I suppose because of IBDesignable I use.
So it never got success, XCode stuck:
I tried to open just storyboard file with opening entire project, so seems it works, but when I try to close it, it's starting stucking again, I can't close it, and it every time in my process.
I tried restarting my mac, deleting xcuserdata, but nothing help to me.
It's upset because I written entire project using storyboards and now I can't continue to work on the project =(
One more when I try to open another file and I am in storyboard right now, like selecting a class or project file it also stuck. (switching from storyboard)

xcode6 - Storyboard is missing files but still compiles

I have a very strange issue with storyboard, hope someone here can give me some insights.
I am working on a project in two computers. However, when I copy and paste the whole the whole project from one computer to the other, the storyboard loses all of its UI elements in the viewControllers. It still compiles with the correct UIs.
What is the issue?

Changes in xib not shown at runtime

I have seen simialr posts on this issue, but none of the answers have worked for me.
When I make changes to xibs in Interface Builder, they do not show at runtime. So far I have tried the following:
Clean
Clean Build Folder
Reset Content on Simulator
Restarted XCode
Restarted the simulator
I've tried all of these steps in about every conceivable order, but still no changes in IB can be seen when I run the app. Earlier today, my changes were showing, so I do know that the xibs are definitely loading. I believe something has gotten hosed in XCode, perhaps? Any suggestions?

Resources