Xcode 9.2 crashing while trying to access keychain





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







0















My xcode version 9.2 is crashing on start, crashlog suggested that its crashing while trying to access keychain. The keychain has some issue because every application which trying to access keychain is crashing. If i open individual file of project, xcode opens the file and when i go to xcode preference -> Account it crashed again so it seems to me i had added my apple account in xcode and crashing when trying to access that account. How can i fix this, how can i remove that account from xcode from terminal or some where in finder as i am unable to run xcode.



Please see crash logs.



       Process:               Xcode [30293]
Path:
/Applications/Xcode.app/Contents/MacOS/Xcode
Identifier: com.apple.dt.Xcode
Version: 9.3 (14154)
Build Info: IDEFrameworks-14154000000000000~2
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Xcode [30293]
User ID: 536863420

Date/Time: 2018-11-23 15:18:05.525 +0000
OS Version: Mac OS X 10.13.6 (17G3025)
Report Version: 12
Bridge OS Version: <device not connected>
Anonymous UUID: 4C96C023-6837-7F83-1532-C3005D92C816


Time Awake Since Boot: 18000 seconds

System Integrity Protection: enabled

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

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

Application Specific Information:
ProductBuildVersion: 9E145
ASSERTION FAILURE in
/Library/Caches/com.apple.xbs/Sources/DVTFrameworks/DVTFrameworks-
14133/DVTFoundation/Portal/DVTKeychainService.m:64
Details: A method claimed to have failed but provided no error!
Object: <DVTKeychainService: 0x7f9a6f6f8e10>
Method: -fetchPasswordForUsername:service:keychain:error:
Thread: <NSThread: 0x7f9a6a508510>{number = 1, name = main}
Hints:
0: Replacement view is installing: <IDEAccountPrefsPaneController:
0x7f9a6f97a0f0 representing: <DVTExtension 0x7f9a6bea43a0:
AccountsPrefs (Xcode.PreferencePane.Accounts) v0.1 from
com.apple.dt.IDEKit>>
Backtrace:
0 -[IDEAssertionHandler


handleFailureInMethod:object:fileName:lineNumber:assertionSignature:messageFormat:arguments:] (in IDEKit)
1 _DVTAssertionHandler (in DVTFoundation)
2 _DVTAssertionFailureHandler (in DVTFoundation)
3 -[DVTKeychainService
fetchPasswordForUsername:service:keychain:error:] (in DVTFoundation)
4 +[DVTDeveloperAccountCredentials _keychainServiceAccountCredentialsForUsername:keychain:error:] (in DVTFoundation)










share|improve this question

























  • It sounds like the main problem is with your keychain, not Xcode, so this may not be a programming question. You may want to ask at apple.stackexchange.com.

    – JWWalker
    Nov 23 '18 at 20:24











  • Thanks, yes actually the issue is in keychain itself which going to take time to fix so i was wondering is somehow i can fix this xcode issue atleast i would be able to run it till the time keychian issue fixes.

    – Mini2008
    Nov 24 '18 at 8:49


















0















My xcode version 9.2 is crashing on start, crashlog suggested that its crashing while trying to access keychain. The keychain has some issue because every application which trying to access keychain is crashing. If i open individual file of project, xcode opens the file and when i go to xcode preference -> Account it crashed again so it seems to me i had added my apple account in xcode and crashing when trying to access that account. How can i fix this, how can i remove that account from xcode from terminal or some where in finder as i am unable to run xcode.



Please see crash logs.



       Process:               Xcode [30293]
Path:
/Applications/Xcode.app/Contents/MacOS/Xcode
Identifier: com.apple.dt.Xcode
Version: 9.3 (14154)
Build Info: IDEFrameworks-14154000000000000~2
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Xcode [30293]
User ID: 536863420

Date/Time: 2018-11-23 15:18:05.525 +0000
OS Version: Mac OS X 10.13.6 (17G3025)
Report Version: 12
Bridge OS Version: <device not connected>
Anonymous UUID: 4C96C023-6837-7F83-1532-C3005D92C816


Time Awake Since Boot: 18000 seconds

System Integrity Protection: enabled

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

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

Application Specific Information:
ProductBuildVersion: 9E145
ASSERTION FAILURE in
/Library/Caches/com.apple.xbs/Sources/DVTFrameworks/DVTFrameworks-
14133/DVTFoundation/Portal/DVTKeychainService.m:64
Details: A method claimed to have failed but provided no error!
Object: <DVTKeychainService: 0x7f9a6f6f8e10>
Method: -fetchPasswordForUsername:service:keychain:error:
Thread: <NSThread: 0x7f9a6a508510>{number = 1, name = main}
Hints:
0: Replacement view is installing: <IDEAccountPrefsPaneController:
0x7f9a6f97a0f0 representing: <DVTExtension 0x7f9a6bea43a0:
AccountsPrefs (Xcode.PreferencePane.Accounts) v0.1 from
com.apple.dt.IDEKit>>
Backtrace:
0 -[IDEAssertionHandler


handleFailureInMethod:object:fileName:lineNumber:assertionSignature:messageFormat:arguments:] (in IDEKit)
1 _DVTAssertionHandler (in DVTFoundation)
2 _DVTAssertionFailureHandler (in DVTFoundation)
3 -[DVTKeychainService
fetchPasswordForUsername:service:keychain:error:] (in DVTFoundation)
4 +[DVTDeveloperAccountCredentials _keychainServiceAccountCredentialsForUsername:keychain:error:] (in DVTFoundation)










share|improve this question

























  • It sounds like the main problem is with your keychain, not Xcode, so this may not be a programming question. You may want to ask at apple.stackexchange.com.

    – JWWalker
    Nov 23 '18 at 20:24











  • Thanks, yes actually the issue is in keychain itself which going to take time to fix so i was wondering is somehow i can fix this xcode issue atleast i would be able to run it till the time keychian issue fixes.

    – Mini2008
    Nov 24 '18 at 8:49














0












0








0








My xcode version 9.2 is crashing on start, crashlog suggested that its crashing while trying to access keychain. The keychain has some issue because every application which trying to access keychain is crashing. If i open individual file of project, xcode opens the file and when i go to xcode preference -> Account it crashed again so it seems to me i had added my apple account in xcode and crashing when trying to access that account. How can i fix this, how can i remove that account from xcode from terminal or some where in finder as i am unable to run xcode.



Please see crash logs.



       Process:               Xcode [30293]
Path:
/Applications/Xcode.app/Contents/MacOS/Xcode
Identifier: com.apple.dt.Xcode
Version: 9.3 (14154)
Build Info: IDEFrameworks-14154000000000000~2
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Xcode [30293]
User ID: 536863420

Date/Time: 2018-11-23 15:18:05.525 +0000
OS Version: Mac OS X 10.13.6 (17G3025)
Report Version: 12
Bridge OS Version: <device not connected>
Anonymous UUID: 4C96C023-6837-7F83-1532-C3005D92C816


Time Awake Since Boot: 18000 seconds

System Integrity Protection: enabled

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

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

Application Specific Information:
ProductBuildVersion: 9E145
ASSERTION FAILURE in
/Library/Caches/com.apple.xbs/Sources/DVTFrameworks/DVTFrameworks-
14133/DVTFoundation/Portal/DVTKeychainService.m:64
Details: A method claimed to have failed but provided no error!
Object: <DVTKeychainService: 0x7f9a6f6f8e10>
Method: -fetchPasswordForUsername:service:keychain:error:
Thread: <NSThread: 0x7f9a6a508510>{number = 1, name = main}
Hints:
0: Replacement view is installing: <IDEAccountPrefsPaneController:
0x7f9a6f97a0f0 representing: <DVTExtension 0x7f9a6bea43a0:
AccountsPrefs (Xcode.PreferencePane.Accounts) v0.1 from
com.apple.dt.IDEKit>>
Backtrace:
0 -[IDEAssertionHandler


handleFailureInMethod:object:fileName:lineNumber:assertionSignature:messageFormat:arguments:] (in IDEKit)
1 _DVTAssertionHandler (in DVTFoundation)
2 _DVTAssertionFailureHandler (in DVTFoundation)
3 -[DVTKeychainService
fetchPasswordForUsername:service:keychain:error:] (in DVTFoundation)
4 +[DVTDeveloperAccountCredentials _keychainServiceAccountCredentialsForUsername:keychain:error:] (in DVTFoundation)










share|improve this question
















My xcode version 9.2 is crashing on start, crashlog suggested that its crashing while trying to access keychain. The keychain has some issue because every application which trying to access keychain is crashing. If i open individual file of project, xcode opens the file and when i go to xcode preference -> Account it crashed again so it seems to me i had added my apple account in xcode and crashing when trying to access that account. How can i fix this, how can i remove that account from xcode from terminal or some where in finder as i am unable to run xcode.



Please see crash logs.



       Process:               Xcode [30293]
Path:
/Applications/Xcode.app/Contents/MacOS/Xcode
Identifier: com.apple.dt.Xcode
Version: 9.3 (14154)
Build Info: IDEFrameworks-14154000000000000~2
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Xcode [30293]
User ID: 536863420

Date/Time: 2018-11-23 15:18:05.525 +0000
OS Version: Mac OS X 10.13.6 (17G3025)
Report Version: 12
Bridge OS Version: <device not connected>
Anonymous UUID: 4C96C023-6837-7F83-1532-C3005D92C816


Time Awake Since Boot: 18000 seconds

System Integrity Protection: enabled

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

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

Application Specific Information:
ProductBuildVersion: 9E145
ASSERTION FAILURE in
/Library/Caches/com.apple.xbs/Sources/DVTFrameworks/DVTFrameworks-
14133/DVTFoundation/Portal/DVTKeychainService.m:64
Details: A method claimed to have failed but provided no error!
Object: <DVTKeychainService: 0x7f9a6f6f8e10>
Method: -fetchPasswordForUsername:service:keychain:error:
Thread: <NSThread: 0x7f9a6a508510>{number = 1, name = main}
Hints:
0: Replacement view is installing: <IDEAccountPrefsPaneController:
0x7f9a6f97a0f0 representing: <DVTExtension 0x7f9a6bea43a0:
AccountsPrefs (Xcode.PreferencePane.Accounts) v0.1 from
com.apple.dt.IDEKit>>
Backtrace:
0 -[IDEAssertionHandler


handleFailureInMethod:object:fileName:lineNumber:assertionSignature:messageFormat:arguments:] (in IDEKit)
1 _DVTAssertionHandler (in DVTFoundation)
2 _DVTAssertionFailureHandler (in DVTFoundation)
3 -[DVTKeychainService
fetchPasswordForUsername:service:keychain:error:] (in DVTFoundation)
4 +[DVTDeveloperAccountCredentials _keychainServiceAccountCredentialsForUsername:keychain:error:] (in DVTFoundation)







xcode keychain macos-high-sierra xcode9.3






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 23 '18 at 16:41







Mini2008

















asked Nov 23 '18 at 15:22









Mini2008Mini2008

1121110




1121110













  • It sounds like the main problem is with your keychain, not Xcode, so this may not be a programming question. You may want to ask at apple.stackexchange.com.

    – JWWalker
    Nov 23 '18 at 20:24











  • Thanks, yes actually the issue is in keychain itself which going to take time to fix so i was wondering is somehow i can fix this xcode issue atleast i would be able to run it till the time keychian issue fixes.

    – Mini2008
    Nov 24 '18 at 8:49



















  • It sounds like the main problem is with your keychain, not Xcode, so this may not be a programming question. You may want to ask at apple.stackexchange.com.

    – JWWalker
    Nov 23 '18 at 20:24











  • Thanks, yes actually the issue is in keychain itself which going to take time to fix so i was wondering is somehow i can fix this xcode issue atleast i would be able to run it till the time keychian issue fixes.

    – Mini2008
    Nov 24 '18 at 8:49

















It sounds like the main problem is with your keychain, not Xcode, so this may not be a programming question. You may want to ask at apple.stackexchange.com.

– JWWalker
Nov 23 '18 at 20:24





It sounds like the main problem is with your keychain, not Xcode, so this may not be a programming question. You may want to ask at apple.stackexchange.com.

– JWWalker
Nov 23 '18 at 20:24













Thanks, yes actually the issue is in keychain itself which going to take time to fix so i was wondering is somehow i can fix this xcode issue atleast i would be able to run it till the time keychian issue fixes.

– Mini2008
Nov 24 '18 at 8:49





Thanks, yes actually the issue is in keychain itself which going to take time to fix so i was wondering is somehow i can fix this xcode issue atleast i would be able to run it till the time keychian issue fixes.

– Mini2008
Nov 24 '18 at 8:49












0






active

oldest

votes












Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53449236%2fxcode-9-2-crashing-while-trying-to-access-keychain%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53449236%2fxcode-9-2-crashing-while-trying-to-access-keychain%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

If I really need a card on my start hand, how many mulligans make sense? [duplicate]

Alcedinidae

Can an atomic nucleus contain both particles and antiparticles? [duplicate]