apptrepreneur
I hate code!
Profile
Posts: 36
Reg: Apr 22, 2011
location unknow...
960
02/19/12 09:41 PM (13 years ago)

Error when trying to use simulator in Xcode

Couldn't register com.gamerelease.com 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. Thats what it says and it wont run the simulator. I re-downloaded the source code a couple times and put it in to Xcode and it worked until the last time I did that. I know I don't have to do that but I for some reason thought it was a good idea at the time. And I don't know what to do. How can I fix this?
 
apptrepreneur
I hate code!
Profile
Posts: 36
Reg: Apr 22, 2011
location unknow...
960
like
02/19/12 09:44 PM (13 years ago)
Its on v1.5 #import <UIKit/UIKit.h> int main(int argc, char *argv[]) { //return gamerelease_appDelegate as UIApplicationMain (not using any .xib files) NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; int retVal= UIApplicationMain(argc,argv,@UIApplication,@gamerelease_appDelegate); [pool release]; return retVal; }
 
GoNorthWest
buzztouch Evangelist
Profile
Posts: 8197
Reg: Jun 24, 2011
Oro Valley, AZ
1,000,000
like
02/19/12 10:32 PM (13 years ago)
Hi @apptrepreneur, This is easily solved by restarting Xcode, and/or rebooting your Mac. For some reason, you have multiple versions of the same process running, and that's what's causing the problem. Give the restart/reboot a try and see if that works. Mark
 
apptrepreneur
I hate code!
Profile
Posts: 36
Reg: Apr 22, 2011
location unknow...
960
like
02/19/12 11:27 PM (13 years ago)
@GoNorthWest Thank you so much it started working again.
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.