


Update: Here is some additional information from comments that solved the problem. So you could try starting Xcode and quitting it with option held before it's had a chance to open your windows, then re-launch it and it shouldn't try to open the windows.
#Xcode app stops working windows#
Otherwise, you can quit an application in Lion and discard the previously open windows by holding the option key while pressing CMD+Q. You may be able to do something similar for Xcode. Quit the apps before you try the commands. Here are the TerminalĬommands to disable Resume in Preview and QuickTime Player X: defaults write NSQuitAlwaysKeepsWindows -bool falseĭefaults write NSQuitAlwaysKeepsWindows -bool false

Window resuming isĪctually configured on an app-by-app basis. However-particularly those where you rarely need to revisit the sameĭocuments-the feature is more of an annoyance. Helpful in a Web browser or a text editor. Given application remain open when you relaunch it. Thanks to Lion's Restore feature, all the windows you left open in a (User n+1, indefinitely is not an attractive option). So what the heck is going on? I would prefer to use User1 and would like to actually solve the problem so that I don't need to make a new user if it happens again. In user1 copied freezing project to external, logged in as user2, launched project - Does NOT freeze! But now I need to transfer my Xcode profile and certificates to the new user.Created a new iOS user2 and launched Xcode - does NOT launch projects OR freeze yay!.Moved my projects from original folder - Still launches the projects and freezes.Still launches the projects and freezes Uninstalled Xcode (hold click in Launchpad, click the (x)).Deleted everything in cache ~/Library/Developer/Xcode/DerivedData - still launches projects and freezes.Rebooted comp - still launches projects and freezes.
#Xcode app stops working how to#
I can't even figure out how to stop the project from launching on start up. Because the project launches right away I cannot access any of Xcode's features. The first one loads sometimes but the second one always freezes. I was in the middle of working on two projects so when Xcode starts up it immediately launches the two projects I was working on. Termination Description: SPRINGBOARD, :744 exhausted real (wall clock) time allowance of 20.00 seconds | ProcessVisibility: Foreground | ProcessState: Running | WatchdogEvent: process-launch | WatchdogVisibility: Foreground | WatchdogCPUStatistics: ( | "Elapsed total CPU time (seconds): 9.720 (user 9.720, system 0.000), 8% CPU", | "Elapsed application CPU time (seconds): 0.I am running Xcode 4.3.3 on the new Macbook Retina and out of the blues Xcode started freezing right after launching.
#Xcode app stops working code#
Termination Reason: Namespace SPRINGBOARD, Code 0x8badf00d How can I debug this if just happens when the app is not debugging?ĮDIT: found the way to get the crash log using Xcode: I'm guessing any of my 3rd party libraries might not be compatible with the coming iOS 14.2 ? but then how do I find which one? Then I ran the app with Xcode without problems but when I tried to run it without Xcode attached it simply crashes. But then I upgraded the device to iOS 14.2 beta and Xcode 12.1 to test some stuff. Until today was running fine, with and without Xcode.
