Omar Shiltawi
Omar Shiltawi

Reputation: 151

Xcode quit unexpectedly when opening my project

I tried to delete the 2 files in the projects package content and if I do that my project works but when I click on any file it quits again

log:

Process:               Xcode [515]
Path:                  /Applications/Xcode.app/Contents/MacOS/Xcode
Identifier:            com.apple.dt.Xcode
Version:               6.4 (7720)
Build Info:            IDEFrameworks-7720000000000000~8
App Item ID:           497799835
App External ID:       812725084
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Xcode [515]
User ID:               501

Date/Time:             2015-08-04 12:34:07.199 +0300
OS Version:            Mac OS X 10.10.4 (14E46)
Report Version:        11
Anonymous UUID:        93354AAB-2902-3F8B-27E6-05F9AFC1C64D


Time Awake Since Boot: 580 seconds

Crashed Thread:        14  Dispatch queue: IBPlatformToolRequestQueue.IBCocoaTouchFramework-EightAndLater

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

Upvotes: 0

Views: 1433

Answers (2)

Andrew lee
Andrew lee

Reputation: 1

Deleting Derived data and clearing cache helps you can clear derived data by pressing CMD+, in xcode and select locations then click the little gray arrow beneath Derived data and select the derived data folder and just select and trash

You can clear cache by pressing CMD+k

Upvotes: -1

Swinny89
Swinny89

Reputation: 7373

Whenever this has happened to me, i keep Xcode closed and delete DerivedData folder. This is located at /Users/username/Library/Developer/Xcode/DerivedData

Upvotes: 2

Related Questions