problem with linked libraries or classes??
Posted
by hemant
on Stack Overflow
See other posts from Stack Overflow
or by hemant
Published on 2010-05-28T11:25:18Z
Indexed on
2010/05/28
11:32 UTC
Read the original article
Hit count: 498
i recently finished one project..now when i create a new navigation project in xcode and try to run it in simulator the application crashes and error in debugger window shows that i am missing some classes which i had used in my previous project(not in this one) and in some cases it gives
Couldn't register com.yourcompany.GuessGame 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.
is this some problem related to linked libraries??
© Stack Overflow or respective owner