Post

Replies

Boosts

Views

Activity

Reply to Xcode Version 14.2 (14C18) is randomly crashing
Does anyone else have oddities reported by git status? For example, in terminal... % cd MY-PROJECT-PATH % git status I've been suddenly getting the same error in Xcode 14.3.1 (Intel, Ventura, Mac Mini): System Integrity Protection: enabled Crashed Thread: 14 Dispatch queue: DVTSourceControlGitXPCClient :: Proxy Completion Queue Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Codes: KERN_PROTECTION_FAILURE at 0x0000700005d84fe0 Exception Codes: 0x0000000000000002, 0x0000700005d84fe0 I had some phantom files that wouldn't go away until I did: % git add -A (This adds all modified and untracked files in the entire repository to the git staging area. Can be slow and might commit files you don't want committed. Doesn't stage ignored files.) Then I was able to successfully commit the source changes from within Xcode. Not sure if this will prevent the crash. Will edit post if I still crash. note to self: if so, check git credentials on this computer.
Oct ’23
Reply to Xcode 14.0.1 crashes while idle
In terminal... % cd MY-PROJECT-PATH % git status I've been suddenly getting the same error in Xcode 14.3.1 (Intel, Ventura, Mac Mini): System Integrity Protection: enabled Crashed Thread: 14 Dispatch queue: DVTSourceControlGitXPCClient :: Proxy Completion Queue Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Codes: KERN_PROTECTION_FAILURE at 0x0000700005d84fe0 Exception Codes: 0x0000000000000002, 0x0000700005d84fe0 Xcode and git repository seemed to be somehow out of sync, and I had some odd phantom files that wouldn't go away until I did: % git add -A (This adds all modified and untracked files in the entire repository to the git staging area. Can be slow and might commit files you don't want committed. Doesn't stage ignored files.) Then I was able to successfully commit the source changes from within Xcode. No crashes after 3 hours so far, unlike every 10-30 minutes previously.
Oct ’23
Reply to Option for Access to Certificates,Identifiers and profiles disabled
Be aware that at present, Individual type Apple Developer accounts cannot set Certificates,Identifiers and profiles for other users in the 'team'. Only Organisation account types are able to do this. Apple can change an Individual account to Organisation type at no cost, provided all required paperwork can be completed successfully.
Replies
Boosts
Views
Activity
Dec ’22
Reply to Option for Access to Certificates,Identifiers and profiles disabled
(As told to me directly by Apple.)
Replies
Boosts
Views
Activity
Dec ’22
Reply to Xcode Version 14.2 (14C18) is randomly crashing
Does anyone else have oddities reported by git status? For example, in terminal... % cd MY-PROJECT-PATH % git status I've been suddenly getting the same error in Xcode 14.3.1 (Intel, Ventura, Mac Mini): System Integrity Protection: enabled Crashed Thread: 14 Dispatch queue: DVTSourceControlGitXPCClient :: Proxy Completion Queue Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Codes: KERN_PROTECTION_FAILURE at 0x0000700005d84fe0 Exception Codes: 0x0000000000000002, 0x0000700005d84fe0 I had some phantom files that wouldn't go away until I did: % git add -A (This adds all modified and untracked files in the entire repository to the git staging area. Can be slow and might commit files you don't want committed. Doesn't stage ignored files.) Then I was able to successfully commit the source changes from within Xcode. Not sure if this will prevent the crash. Will edit post if I still crash. note to self: if so, check git credentials on this computer.
Replies
Boosts
Views
Activity
Oct ’23
Reply to Xcode 14.0.1 crashes while idle
In terminal... % cd MY-PROJECT-PATH % git status I've been suddenly getting the same error in Xcode 14.3.1 (Intel, Ventura, Mac Mini): System Integrity Protection: enabled Crashed Thread: 14 Dispatch queue: DVTSourceControlGitXPCClient :: Proxy Completion Queue Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Codes: KERN_PROTECTION_FAILURE at 0x0000700005d84fe0 Exception Codes: 0x0000000000000002, 0x0000700005d84fe0 Xcode and git repository seemed to be somehow out of sync, and I had some odd phantom files that wouldn't go away until I did: % git add -A (This adds all modified and untracked files in the entire repository to the git staging area. Can be slow and might commit files you don't want committed. Doesn't stage ignored files.) Then I was able to successfully commit the source changes from within Xcode. No crashes after 3 hours so far, unlike every 10-30 minutes previously.
Replies
Boosts
Views
Activity
Oct ’23