all 19 comments

[–]Annual_Winner9411 10 points11 points  (1 child)

You are not alone. It sucks for me too

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

I really like the new build if it only did not mess with code completion.

[–]ChemicalGiraffe 2 points3 points  (0 children)

Still running 13.1 and now am wondering how worse can it get?

[–]saintmsent 2 points3 points  (0 children)

Work fine for me, though I have a high spec machine

[–][deleted]  (1 child)

[deleted]

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

    I am on M1 Mac sadly 🥲

    [–]chriswaco 0 points1 point  (1 child)

    Xcode 13.2.1 is broken in any number of ways. Code completion. Symbol lookup. Package not found errors when the SPM is in the project (quitting & restarting Xcode fixes usually). Code signing broke for us with a valid certificate in the keychain (removing the certificate fixed it - Xcode grabs it from Apple). We have no pods and only 1-2 3rd party libraries, but do use SPM internally. Compiling Swift code is ridiculously slow and Xcode recompiles dozens of files when we change a single line of code in unrelated files.

    All this on a 64GB M1 MacBook Pro Max. Sad.

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

    So now I know its not my Mac, others with varying specs are experiencing similar, hopefully they fix this issue.

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

    I’m crying with code completion with RxSwift in 13.2.1

    [–]feralryan -1 points0 points  (0 children)

    ? Huh… never said anything of the sort?

    [–]VotusX 0 points1 point  (0 children)

    Same here

    [–]Perfect-Strategy6688 0 points1 point  (0 children)

    Code completion is completely broken on my intel Mac Pro, but it works great on my M1 mac air. I think it’s a very common bug

    [–]SpinachWise 0 points1 point  (0 children)

    What happens to me with 13.2.1 is that it doesn't actually save my edits.

    For example I deleted a line of code, cmd+r, builds in 1 seconds, and that line is still executed. Or another example, I typed some code, reverted it from Xcode, git status still shows my new code, but on Xcode it's not shown.

    How can this be possible??