Post

Replies

Boosts

Views

Activity

Reply to Crash in URLSessionConfiguration init in Xcode 26.0 beta (17A5241e)
For me, it crashes in a Swift Package as soon as I call URLSession(configuration: .ephemeral) (located in a static method, called from Task{} within another static method) with EXC_BREAKPOINT (code=1, subcode=0x257b8318c). It crashes only in the simulator (iOS 26 beta 1), on the device (iOS 26 beta 1) works. Tried on macOS 15.5 (24F74) and Xcode 26 beta 1. Running it from Xcode 16.4 (16F6) and on iOS 26 simulator also crashes. Running it from Xcode 16.4 (16F6) and on iOS 18.4 simulator does not crash. (FB17969913)
Jun ’25
Reply to SwiftUI: dynamicTypeSize doesn't work for items in a List
I stumbled across it too. I tried to display a SFSymbol (Image(systemName: ...)) in and a Text in a HStack in a List. The symbol should not go bigger than a certain dynamicSize. That did not work with the dynamicTypeSize modifier. But I found a solution. I noticed that if you give an element like the Image an explicit font (like .font(.body)) before, it works for exactly this element. List { HStack { Image(systemName: "heart") .font(.body) // necessary for dynamicTypeSize to work .dynamicTypeSize(...DynamicTypeSize.xxLarge) Text("Hello") } }
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jun ’25
Reply to Xcode 26.1 RC issue
Same here. Changing the wallpaper did not help.
Replies
Boosts
Views
Activity
Nov ’25
Reply to SwiftUI: dynamicTypeSize doesn't work for items in a List
I filled a feedback FB17987797
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’25
Reply to Crash in URLSessionConfiguration init in Xcode 26.0 beta (17A5241e)
For me, it crashes in a Swift Package as soon as I call URLSession(configuration: .ephemeral) (located in a static method, called from Task{} within another static method) with EXC_BREAKPOINT (code=1, subcode=0x257b8318c). It crashes only in the simulator (iOS 26 beta 1), on the device (iOS 26 beta 1) works. Tried on macOS 15.5 (24F74) and Xcode 26 beta 1. Running it from Xcode 16.4 (16F6) and on iOS 26 simulator also crashes. Running it from Xcode 16.4 (16F6) and on iOS 18.4 simulator does not crash. (FB17969913)
Replies
Boosts
Views
Activity
Jun ’25
Reply to Intelligence Features not available in Xcode 26 beta 1
Same here
Replies
Boosts
Views
Activity
Jun ’25
Reply to SwiftUI: dynamicTypeSize doesn't work for items in a List
I stumbled across it too. I tried to display a SFSymbol (Image(systemName: ...)) in and a Text in a HStack in a List. The symbol should not go bigger than a certain dynamicSize. That did not work with the dynamicTypeSize modifier. But I found a solution. I noticed that if you give an element like the Image an explicit font (like .font(.body)) before, it works for exactly this element. List { HStack { Image(systemName: "heart") .font(.body) // necessary for dynamicTypeSize to work .dynamicTypeSize(...DynamicTypeSize.xxLarge) Text("Hello") } }
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’25
Reply to Only in Xcode15 + iOS 17, SwiftUI ToolbarItem > Button > Image's color is not set
Same Problem here, and also the animation on the label of a button is not working anymore in iOS 17. The items in toolbar placement .keyboard are also not showing up anymore. The toolbar in iOS 17 broke a lot of former working code.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to The Settings app crashes when trying to open it on the latest iOS 17 simulator.
still crashes in Xcode 15.0.1
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to ToolbarItemGroup(placement: .keyboard) is not showed with Sheet
Same here with ToolbarItem(placement: .keyboard). It does not work anymore since iOS 17
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to Xcode "Connect via network" is stuck, controls disabled
Same here. Debugging on device is not usable anymore since Xcode 15 + iOS 17. Sent a feedback
Replies
Boosts
Views
Activity
Oct ’23
Reply to With Xcode 15 how do you turn off Connect via network for devices?
Same here. Debugging on device is not usable anymore since Xcode 15 + iOS 17. Sent a feedback
Replies
Boosts
Views
Activity
Oct ’23
Reply to Xcode 15, how to uncheck "Connect via network" for physical device?
Same here.. Debugging in device is not usable anymore since Xcode 15 + iOS 17. Send a feedback.
Replies
Boosts
Views
Activity
Oct ’23