#XCode

Xcode 16.3以降でビルドしたアプリでNavigationStackのonAppearが予期しないタイミングで発火する問題
dev.classmethod.jp/articles/xc

#dev_classmethod #iOS #Xcode #SwiftUI #Swift

Denis Gladkikhoutcoldman
2025-07-01

Since WWDC25 I was able to build macOS apps with Xcode Cloud configured with Xcode 26 and macOS 26 and publish them to TestFlight Internal.

But not today: "This bundle is invalid. Apple is not currently accepting applications built with this version of Xcode."

Is that a glitch right now? Or was a glitch before that I was able to?

Martin Kim Dung-Phamq231950@fosstodon.org
2025-06-30

Coding with Xcode's Coding Intelligence is amazing. I used Aider.chat before but having the LLM directly integrated in the IDE feels very pleasing ✨#xcode #llm

Thibault Le Cornectibimac
2025-06-30

C'était sport mais il ne reste plus la moindre petite référence à l'ancien nom, nul part, ni dans le Finder ni dans (dossiers, variables, scheme ...) !

Roman Liromanli
2025-06-27

About using PDFs for iOS assets.

The problem is still relevant in Xcode and I often come across the opinion among iOS developers that PDF is a universal format for images in iOS app projects.

I will just demonstrate (see attached images below) how using pdf can visually degrade the quality of iOS app, despite the graphic designer did his job perfectly.

Marc Edwards' article describes in more detail about why this happens.
bjango.com/articles/idontusepd

Patrick Mayopatro85
2025-06-27

Anyone else seeing their toolbar buttons off-center in ? I am super confused here and can’t see why this is happening…

2025-06-27

If you’re like me and don’t like the new behavior around pinning tabs in Xcode 26, there’s a setting to revert it to how it works in Xcode 16 and VS Code.

#WWDC25 #Xcode

Xcode 26 settings window showing the “Navigation” section, with “Pin Tabs” set to “When Document Is Edited”.
Denis Gladkikhoutcoldman
2025-06-27

Migrated one of the projects to Swift6... And fixed compatibility issues with macOS/iOS 26. Not going lie.. It was a painful experience. But I am glad that I did it. Sure migrating all other apps will be easier.

Brian Gerfort🇺🇦:shuttersnitch:2ndNatureDev@mastodon.nu
2025-06-27

Speaking of code.. Does anyone know of a way to call the handler of a UIAction in a way that won't upset App Review? #Xcode #iOSDevelopment #UIKit

Code calling the handler using a private ivar

if ([barButtonItem.primaryAction isKindOfClass:[UIAction class]l)
{
// Would be nice if the handler wasn't private, huh?
Ivar ivar = class_getInstanceVariable(barButtonItem.primaryAction.class, "
_handler");
UIActionHandler handler = (ivar) ? object_getIvar(barButtonItem primaryAction, ivar) : nil;
if (handler)
handler (barButtonItem.primaryAction);
Isuruisurujn
2025-06-27

Is it okay to edit and add key-value pairs to the auto-generated Info.plist file? Does it re-generate and lose whatever stuff I manually added?

dxzdbdxzdb
2025-06-27

I'm finding an interesting difference between an M1 iMac & a M4

Regular builds of a small project would almost always briefly max out all 8 cores of the M1, whereas on the M4 there's more differentiation on what each core does, and they mostly stay way down on the iStat display.

2025-06-27

Apple、Xcode 26 Beta 2でApple Silicon Mac用のiOS 26ランタイムからx86_64バイナリを削除し、Apple Silicon (arm64)専用として提供を開始。
applech2.com/archives/20250627

#applech2 #Apple #github #OSS #Xcode #オープンソース #ダウンロード #レビュー #仕事効率化 #開発者

Konrad Kołakowskikkolakowski
2025-06-26

If you guys wonder what the hell is this process (for those who are using iStat Menus) doing.

It's not - it's 26 beta simulator 🤨 Just close it periodically to keep your computer happy.

btw: Xcode 26 beta is a different kind of memory hog as well 🙄 Hope it'll calm down over the summer as for right now it's waay more than Xcode 16.

Screenshot of macOS memory pressure widget showing 86% memory usage and 63% memory pressure. Top memory-consuming processes include Spotlight (22.7 GB), Xcode (15.6 GB), and Safari (8.3 GB). Memory compression is 15.4 GB, and 14.0 GB of 15.0 GB swap is in use
Denis Gladkikhoutcoldman
2025-06-26

We are getting so close to ability to actually build apps in the macOS VM developer.apple.com/forums/thr maybe a few more macOS iterations... after they will be done with the very important updates with Glass Design :/

Mark Moeykensbigmountainstudio
2025-06-26

❓Quick Poll: How many developers would want this in Xcode 26?

Christian Beerchbeer
2025-06-26

Xcode nearly always inserts parameters at the wrong place, when „Fix“ing 🫣 Directly followed by a new „Fix“ to fix this

Keith Harrison :clubtwit:kharrison@twit.social
2025-06-26

I found a workaround to the problem with Icon Composer not working for alternate app icons. Manually adding keys to the target's Info.plist seems to fix it for now. Seems to need separate keys for the ~ipad variant. Hopefully Apple fixes this soon. #Xcode useyourloaf.com/blog/adding-ic

2025-06-26

In #Xcode I used to option-click any file and it would open side-by-side. Now it doesn't do that in the beta.

Now I have to click File > New > Editor Pane on Right. Is there a better way?

And there used to be a button to focus/unfocus one window pane. I really miss having that.

Dr Paris Buttfield-Addisonhey.paris@bsky.brid.gy
2025-06-26
Chris Wu :cwy:MuseumShuffle
2025-06-25

I am so, so behind in learning what's new this year but WOW did Xcode's Playgrounds get a nice update for showing output. This will be huge for my productivity with trying sample code.

This is the same output with Xcode 16 and 26. 🤯

Left is Xcode 16 output that shows minimal details in all gray text.

Right is Xcode 26 showing detailed breakdowns of data structures and output with various colors.

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst