Christian Beer

@chbeer
299 Followers
293 Following
4.8K Posts
Senior app developer for macOS and iOS. DIY enthusiast. Aspiring guitarist. Father of two.
Appshttps://apps.chbeer.de
Am I remembering this wrong or did .frame(minWidth: .infinity) crash in earlier versions of SwiftUI? It just broke my layout but didn't crash in Xcode 26.4
TIL:
@available(macOS 16.0, *) leads to error „… is only available from macOS 26“ ... because there is no macOS 16.

I started to add tips using TipKit...

Turns out popoverTip doesn't work on Menus in toolbar when they only have an icon (like + for add)... switching to text "Add" instead fixes it 😫

Debugged for at least an hour...

https://origin-devforums.apple.com/forums/thread/804587

popoverTips don't display for tool… | Apple Developer Forums

Stupid me: I had "reduce transparency" enabled in settings 🫣🤦‍♂️
My app shows background behind navigation- and toolbar on my iPhone. But it is correct in simulator… any idea what this is? Can‘t see anything wrong with my code
Swift 6.3 is out and features official Android Support! We've released Skip 1.8 to start using the new 6.3 Swift SDK for Android, and the latest version of Skip Showcase utilizing the official SDK was just released on the Play Store. Read all about it at https://skip.dev/blog/swift-63-android-support/ #swift #swiftui #android
Official Android support in Swift 6.3

Skip
@rodionovd ah. That‘s a good hint! Thanks, will check
@ilja thanks for the praise... but I am not really proud of my macMini / CI ... management abilities 🫣
@ilja regarding the last sentence: are you Apple salesman? 🤨

So Xcode 26.4 only runs on Tahoe 26.2 or newer... our CI macMini needs to run Xcode 16.2 for older apps but Xcode 16.2 does NOT run on Tahoe!!!

This all sucks so much!!111