xCode 4.5 will occasionally hang when building and running when the app under development is running in the simulator. The anticipated response is the app running in the simulator will stop and the new build will be started in the simulator. This state will not allow xCode to stop tasks or close/quit. xCode responds that there are tasks in process and will not stop these tasks. Is there a preferable solution other than force quitting xCode?
xCode 4.5 will occasionally hang when building and running when the app under development
Share
xCode will not allow a quit action because tasks are running and will not stop or build in current state.
Ignore xCode state
Change simulator type in xCode’s device scheme
Build/run app in the new simulator, this may cause the developer’s app to crash in the simulator.
Change device scheme back to original selection.
Build/run app