Post

Replies

Boosts

Views

Activity

Comment on XCode 16 beta 3 creating a folder instead of a group for all project initial content
You can't create a group under a parent folder. So the parent needs to be converted to a group first in order to be able to a group under it. By default for new projects created with Xcode 16 Beta 3 or higher the top level is a folder (blue). The folder has a blue icon. The group has a yellow icon. In your case aaa is a blue icon, meaning it is a folder, convert that to a group first and then you will be add groups under it.
Aug ’24
Comment on How to reorder list items with Swift Data?
locations is maintained by Query, so the order and contents of locations is controlled by Query. So you can't directly reorder locations. Assume your model Location has a field called sortValue then in your Query sort by sortValue and in your move function update the value of sortValue in such a way that would simulate the move.
Topic: Programming Languages SubTopic: Swift Tags:
Sep ’23
Comment on SwiftData crashes the app on iOS Beta 6
@BabyJ Pardon my ignorance, I had deleted Xcode Beta 5 completely and downloaded Xcode Beta 6 and tested it. I didn't explicitly download Beta 5 simulators. Having said that I have not tested on the device. Is there a way to find out which simulator beta 5 or 6 simulator I am using?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Aug ’23
Comment on Logger on Xcode console
@eskimo I am so thrilled Xcode 15 (beta) has this feature, so for users who want can turn on timestamp, viewing and filtering logs is awesome to Xcode 15. Thanks a lot filing the radar and for all the folks involved in the development of the feature. I love it!!
Aug ’23
Comment on How to download macOS Sonoma installer?
Great to hear that you made it work, I don't know if not being able to USB-C port is a bug, might be worth filing a bug. I wish there were clearer instructions on the website of what is possible (upgrade is possible) and what is not (clean install is not) and how to go about it (either create a separate volume and upgrade it or upgrade it on your current volume).
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’23
Comment on SwiftData with CloudKit Error: Error updating background task request
Glad to know you have your own sync between CoreData and CloudKit. Thanks for posting your code, got to applaud the effort of doing this by yourself. Since I am using the built in SwiftData / CloudKit sync, I am hoping that my app allows whatever SwiftData / CloudKit background task had been built for and doesn't block it
Replies
Boosts
Views
Activity
3d
Comment on Navigation title flickers when tab is changed when used with a List / Form
This is a valid bug, I have created a new Feedback: FB21436493, Apple Engineers please have a look at it
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
Dec ’25
Comment on XCode 16 beta 3 creating a folder instead of a group for all project initial content
You can't create a group under a parent folder. So the parent needs to be converted to a group first in order to be able to a group under it. By default for new projects created with Xcode 16 Beta 3 or higher the top level is a folder (blue). The folder has a blue icon. The group has a yellow icon. In your case aaa is a blue icon, meaning it is a folder, convert that to a group first and then you will be add groups under it.
Replies
Boosts
Views
Activity
Aug ’24
Comment on How to reorder list items with Swift Data?
locations is maintained by Query, so the order and contents of locations is controlled by Query. So you can't directly reorder locations. Assume your model Location has a field called sortValue then in your Query sort by sortValue and in your move function update the value of sortValue in such a way that would simulate the move.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Sep ’23
Comment on SwiftData crashes the app on iOS Beta 6
@BabyJ Thanks for the explanation
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’23
Comment on SwiftData crashes the app on iOS Beta 6
@BabyJ Pardon my ignorance, I had deleted Xcode Beta 5 completely and downloaded Xcode Beta 6 and tested it. I didn't explicitly download Beta 5 simulators. Having said that I have not tested on the device. Is there a way to find out which simulator beta 5 or 6 simulator I am using?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’23
Comment on iOS 17b6: Simultaneous accesses to ..., but modification requires exclusive access crash using Observation and SwiftUI
@Lucky7 Your original code posted doesn't crash for me on Xcode Beta 6 iOS simulator. Can you clear DerivedData and try?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’23
Comment on [NavigationStack] No animation on push after programmatically pop view
@sha921 wouldn't using NavigationLink be a better approach instead of a Button?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’23
Comment on FileDocument, Transferable, and DocumentGroup
I am no expert but might be worth filing a feedback as it is still in beta and post the feedback ID.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’23
Comment on Logger on Xcode console
@eskimo I am so thrilled Xcode 15 (beta) has this feature, so for users who want can turn on timestamp, viewing and filtering logs is awesome to Xcode 15. Thanks a lot filing the radar and for all the folks involved in the development of the feature. I love it!!
Replies
Boosts
Views
Activity
Aug ’23
Comment on Xcode beta 5 crashes when adding a file to a project
Hope this gets fixed
Replies
Boosts
Views
Activity
Aug ’23
Comment on Xcode beta 5 crashes when adding a file to a project
Happens even when the there edit folder permission. File gets created and written to disk, then Xcode crashes.
Replies
Boosts
Views
Activity
Aug ’23
Comment on SwiftData Query relationships not working
Yeah meant Xcode 15, sorry my bad.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’23
Comment on How to download macOS Sonoma installer?
Great to hear that you made it work, I don't know if not being able to USB-C port is a bug, might be worth filing a bug. I wish there were clearer instructions on the website of what is possible (upgrade is possible) and what is not (clean install is not) and how to go about it (either create a separate volume and upgrade it or upgrade it on your current volume).
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’23
Comment on How to download macOS Sonoma installer?
I did this on the mac's hard drive and not on the external disk. My apologies for not making it clear.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’23