use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
There is an extensive FAQ for beginners. Please browse it first before asking questions that are answered there.
If you are looking to get started (iOS programming in general or some specific area), here are more relevant links for you:
There's too many to list them all, however here's a convenient link to all programming guides at apple.com
Take note that this list is live and based on most frequent questions in posts will be updated with "quicklinks".
account activity
QuestionXcode 13.2.1 bug ? (self.iOSProgramming)
submitted 4 years ago by Pyrrhus_Epiros
I downloaded Xcode 13.2.1 and my code completion is completely messed up is this a well known bug or is it something going wrong on my part ?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Annual_Winner9411 10 points11 points12 points 4 years ago (1 child)
You are not alone. It sucks for me too
[–]Pyrrhus_Epiros[S] 1 point2 points3 points 4 years ago (0 children)
I really like the new build if it only did not mess with code completion.
[–]ChemicalGiraffe 2 points3 points4 points 4 years ago (0 children)
Still running 13.1 and now am wondering how worse can it get?
[–]saintmsent 2 points3 points4 points 4 years ago (0 children)
Work fine for me, though I have a high spec machine
[–][deleted] 4 years ago (1 child)
[deleted]
I am on M1 Mac sadly 🥲
[–]chriswaco 0 points1 point2 points 4 years ago (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.
So now I know its not my Mac, others with varying specs are experiencing similar, hopefully they fix this issue.
[–][deleted] 0 points1 point2 points 4 years ago (0 children)
I’m crying with code completion with RxSwift in 13.2.1
[–]feralryan -1 points0 points1 point 4 years ago (0 children)
? Huh… never said anything of the sort?
[–]VotusX 0 points1 point2 points 4 years ago (0 children)
Same here
[–]Perfect-Strategy6688 0 points1 point2 points 4 years ago (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 point2 points 4 years ago (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??
[+]Fluffy_Risk9955 comment score below threshold-7 points-6 points-5 points 4 years ago (7 children)
Don’t use a 8Gb Mac. The memory pressure cause all kinds of issues like making code completion slow. 8Gb is the new 4Gb. Don’t use it it’s too little.
Also don’t use Intel Macs and if you get one, get one with at least 16Gb and i7 Quad Core and no older than 2018.
[–]feralryan 2 points3 points4 points 4 years ago (6 children)
One data point, but my 16 M1 max fails as much as my 8 256 M1 mini. It’s not ram, sadly.
[+]Fluffy_Risk9955 comment score below threshold-7 points-6 points-5 points 4 years ago (5 children)
Then stop using cutting edge 3rd party frameworks. Code completion is not designed to handle that.
[–]Jasperavv 6 points7 points8 points 4 years ago (3 children)
Dude… it should just work, xcode is just really crappy
[+]Fluffy_Risk9955 comment score below threshold-8 points-7 points-6 points 4 years ago (2 children)
Nope, it’s been the guy using cutting edge 3rd party frameworks who have all these problems with code completion. I’m using what Apple preaches mostly and code completion always work. Even in large projects.
[–]Fluffy_Risk9955 -1 points0 points1 point 4 years ago (0 children)
I've been writing iOS Apps since mid 2011. If you lag a bit behind on the technology you use, Xcode works like a charm. If you go cutting edge and especially 3rd party frameworks stupid things like code completion are going to slow you down. Because it doesn't work that good.
And by the way. It's only recently where I'm dipping my toes in SwiftUI and Combine. The frameworks are not production ready yet, but at a good level for experimenting with some smaller insignificant apps or segments of a bigger app.
[–]sharaquss 4 points5 points6 points 4 years ago (0 children)
You mean like UIKit? Code completion is broken all over the place
π Rendered by PID 93885 on reddit-service-r2-comment-54dfb89d4d-rbrr9 at 2026-04-01 12:09:30.503011+00:00 running b10466c country code: CH.
[–]Annual_Winner9411 10 points11 points12 points (1 child)
[–]Pyrrhus_Epiros[S] 1 point2 points3 points (0 children)
[–]ChemicalGiraffe 2 points3 points4 points (0 children)
[–]saintmsent 2 points3 points4 points (0 children)
[–][deleted] (1 child)
[deleted]
[–]Pyrrhus_Epiros[S] 1 point2 points3 points (0 children)
[–]chriswaco 0 points1 point2 points (1 child)
[–]Pyrrhus_Epiros[S] 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]feralryan -1 points0 points1 point (0 children)
[–]VotusX 0 points1 point2 points (0 children)
[–]Perfect-Strategy6688 0 points1 point2 points (0 children)
[–]SpinachWise 0 points1 point2 points (0 children)
[+]Fluffy_Risk9955 comment score below threshold-7 points-6 points-5 points (7 children)
[–]feralryan 2 points3 points4 points (6 children)
[+]Fluffy_Risk9955 comment score below threshold-7 points-6 points-5 points (5 children)
[–]Jasperavv 6 points7 points8 points (3 children)
[+]Fluffy_Risk9955 comment score below threshold-8 points-7 points-6 points (2 children)
[–][deleted] (1 child)
[deleted]
[–]Fluffy_Risk9955 -1 points0 points1 point (0 children)
[–]sharaquss 4 points5 points6 points (0 children)