Xcode 6.1 Error on "Edit Schema"

Xcode 6.1 crashed when I tried to get to this screen: “Change Scheme” → “Run” → “Settings” tab

Example screenshot: http://meandmark.com/blog/wp-content/uploads/2013/12/Xcode-5-Current-Working-Directory.png

Now it crashes every time I go to "Edit Schema ..."

I'v tried to reboot and even reinstall Xcode. When I reinstalled Xcode, I was able to open the Edit Schema window, but the Options tab broke it again.

Crash Report:

Process:               Xcode [404]
Path:                  /Applications/Xcode.app/Contents/MacOS/Xcode
Identifier:            com.apple.dt.Xcode
Version:               6.1 (6604)
Build Info:            IDEFrameworks-6604000000000000~2e)
Parent Process:        ??? [1]
Responsible:           Xcode [404]

Date/Time:             2014-11-05 15:54:10.508 +0100
OS Version:            Mac OS X 10.10 (14A389)
Report Version:        11

Time Awake Since Boot: 710 seconds

Crashed Thread:        0  Dispatch queue: com.apple.main-thread

Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000

Application Specific Information:
Sending _editActiveContextAction: to <IDESchemeToolbarController: 0x7fa2173e4940> from <NSMenuItem: 0x7fa217598500 Edit Scheme…>
ProductBuildVersion: 6A1052d
UNCAUGHT EXCEPTION (NSInvalidArgumentException): *** -[__NSArrayM insertObject:atIndex:]: object cannot be nil
UserInfo: (null)
0
source share
2 answers

Mac OS ( → ), Primary. , , Xcode , Options Edit Scheme. Xcode 8, .

+3

use: defaults delete com.apple.dt.Xcode

:)

+5

Source: https://habr.com/ru/post/1664105/


All Articles