#xcode

5 posts · Last used 10d

Back to Timeline
gregatron5
@gregatron5@vmst.io · May 06, 2026

My god the predictive code completion model in #Xcode is bad. It hallucinated a parameter to a parameterless function I just wrote.

On a class called Config I have

func transitions() -> [Transition] {
…

Then in another class I wrote:

let transitions =

And it autocompleted to

let transitions = config.transitions(for: config.countdown)

WTF Xcode. At least countdown is an actual property on Config, but WTF.

0
0
0
ItalianNews
@ItalianNews@mastodon.ozioso.online · Mar 18, 2026
Corriere.it - Homepage: XCode impressionanti a New York (e Milano) per i primi capi Chanel firmati Matthieu Blazy  Impressive XCode installations in New York (and Milan) for the first Chanel collections signed by Matthieu Blazy. #XCode #NewYork #Milan #first #Chanel #MatthieuBlazy https://www.corriere.it/moda/26_marzo_18/le-code-impressionanti-a-new-york-e-milano-per-i-primi-pezzi-di-matthieu-blazy-di-chanel-cd9716c3-a507-48da-a2b6-4ab10aca7xlk.shtml
0
0
0
gregatron5
@gregatron5@vmst.io · Mar 06, 2026

God dammit #Xcode.

I have struct TimerState and therefore have struct TimerStateTests. When I’m writing a test and have typed out let ts = TimerState DO NOT AUTOCOMPLETE TO TimerStateTests() WHEN I TYPE (

😡😡😡

0
0
0
gregatron5
@gregatron5@vmst.io · Feb 12, 2026
I really wish there was a way to preview notifications during iOS app development without actually running the app and triggering a notification event. Like some Preview macro or debug framework that you can throw notification info to just to get a rendering of what it will look like. I really don't want to hide a button that actually creates a notification behind #IF DEBUG but it looks like that's what I'll have to do. #Swift #SwiftUI #iOS #Xcode
0
0
0
gallaugher
@gallaugher@mastodon.world · Feb 02, 2026
The #1 question my #SwiftUI students ask my TAs (and me) is how to fix "The Local Repository is Out of Date" error when trying to push from #Xcode to GitHub. I've created this YouTube video illustrating a fix. I hope it helps others. https://youtu.be/bEkuh95iajc
0
0
1

You've seen all posts