I’m with some really weird problem here.
Every time when I add a second image view, the program crash: “Couldn’t register ken.word with the bootstrap server. Error: unknown error code.
This generally means that another instance of this process was already running or is hung in the debugger.(gdb)” (SIGABRT)
it goes SIGABRT on this part of the code:
return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
but when I just add one image view, it goes perfectly well.
I’ve tried to restart the Xcode, even restarting the mac, and it didn’t work.
I’ve also tried to create another project, and it didn’t work either!
I’m using Xcode 4.2
Quit your XCode and Simulator then try again. It will work. And never quit your simulator when it is in running mode, first stop the program then quit.
And if you are running your app in your device then delete your app from device, switched OFF your device then ON and try.