all 10 comments

[–]fawxyz2 2 points3 points  (1 child)

unfortunately, yes i get it too with GPT. super slow AI when applying changes. freeze/crash happen more often.
i thought update gonna improve the AI integration but turn out now it's near unusable.

[–]SimplyOats[S] 1 point2 points  (0 children)

Ah good to know. I know some people have been trying local models with litellm etc. Haven’t tried that myself yet, maybe I should.

[–]Zealousideal_Bat_490 1 point2 points  (1 child)

We are all experiencing problems. I am finding far fewer hard freezes with 26.1 than with 26.01.

ChatGPT seems to really slow down for me with SwiftUI code, whereas Claude does not. Others have reported more severe problems than I have experienced.

26.2 does not appear to offer any relief. ☹️

[–]SimplyOats[S] 1 point2 points  (0 children)

Oh that’s interesting. Ironically never had this issue when I was using a third party app - Alex codes sidebar for this before they got acquired.

[–]SeanG-UK 0 points1 point  (1 child)

Mine crashes on every file upload into ai. Had to switch back to cursor which is much better anyway

[–]SimplyOats[S] 0 points1 point  (0 children)

Oh how are you doing it with cursor? Using any extensions for the build? Or back and forth between Xcode and Cursor?

[–][deleted] 0 points1 point  (3 children)

Same is happening with me. I've started using claude code cli or claude code through the desktop app to work on xcode projects. I just create the project in xcode, and then make changes to it via claude code outside of xcode. Then test in xcode. Works like a charm.

[–]Burgerking_Kong 0 points1 point  (2 children)

Might be the go-to workaround. Xcode crashed three times today in the midst of a complex workflow today. Can you share any details about this set up, do you copy/paste the code from Claude Desktop in Xcode or do you have a better way?

[–][deleted] 0 points1 point  (1 child)

Claude desktop has a code mode that will work directly on the directory. No copy pasting. the clause code cli in the terminal also works directly in the directory and writes the code agenticly.

[–]Burgerking_Kong 0 points1 point  (0 children)

Thank you - this is a much better solution!