iOS without Springboard: Terminating since there is no system event server
springboard
Solution
You're confusing SpringBoard and storyboards. Your storyboard is fine but you need to reboot your device (or Quit and restart the Simulator), as the SpringBoard (the process which handles the home screen) has died.
Problem
I'm attempting to create a simple ("Hello World") application using IB vs Springboard. Once I added a button with its connection to an action routine, I get the following: Terminating since there is no system event server. (Run the EventPump or pass the argument "-RegisterForSystemEvents" if you want to run without SpringBoard. Can someone please clarify this? 1) What's an 'EventPump' and how is it implemented? 2) Where do I pass the 'RegisterForSystemEvents'? I searched through the Apple library & googled; but I haven't found any basic documentation on this.