Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS without Springboard: Terminating since there is no system event server

Tags:

springboard

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.

like image 996
Frederick C. Lee Avatar asked Jul 02 '12 22:07

Frederick C. Lee


1 Answers

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.

like image 144
Javawag Avatar answered Nov 07 '22 06:11

Javawag