Nothing in storyboard is appearing in the simulator

595 Views Asked by At

Last night I was using storyboard and running the app in simulator and everything was running fine. Today I woke up and made some edits to the storyboard and tried to run them and nothing changed from the old storyboard in simulator. Any image or button I moved remained the same when simulator opened. I ran clean/build/run and nothing changed.

1

There are 1 best solutions below

0
On

This happened to me today. Xcode 5.1.1 Mavericks

I tried doing a clean build, restarting Xcode - neither worked.

Here's what did work:

1) I reset the Simulator.

-- Ran again - got an error "No storyboard named 'Mainboard' found" (even though it was obviously RIGHT there)

2) I renamed my storyboard, e.g. "M1ainboard"

3) Then renamed it back, e.g. "Mainboard"

-- Ran again - worked fine, changes are showing up!