#xcode

10 posts · Last used 8d

Back to Timeline
Daily CyberSecurity @DailyCyberSecurity@infosec.exchange · Aug 06, 2026
XCSSET v40 malware infects macOS developers through poisoned Xcode projects on GitHub, then hides in memory. Unit 42 found 17 modules and Chrome hijacking. #XCSSET #macOS #Malware #SupplyChainAttack #CyberSecurity #Xcode http://securityonline.info/xcsset-v40-malware-macos-developers/?utm_source=mastodon&utm_medium=jetpack_social
0
0
0
Mike Piontek @robotspacer@xoxo.zone · Jul 01, 2026
I finally updated my main laptop to macOS 26. I was hoping to just wait for 27, but, unfortunately work needs to be done. (Apple will only accept apps built with Xcode 26 now, and UIDesignRequiresCompatibility has *unique bugs* so it's time to support liquid glass.) Anyway here's Xcode 26.6 on macOS 26.5.2—the current release version of each. It's borderline unusable; I need to keep the inspector closed now unless I'm actively using it. #MacDev #iOSDev #Xcode
3
0
1
Chris Wu 🪐 @MuseumShuffle@mastodon.social · Jun 28, 2026
As a certified dark mode hater I have been able to get away with having Xcode in light mode but the code window in a dark theme (which I strangely like). I can import the theme with Xcode 27 but it makes the WHOLE interface dark even though the configuration window correctly uses the selected light mode. FB23456652 #Xcode
0
0
1
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
Italian News by RSS @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
1
1
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
3
0
2

You've seen all posts