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 How to download macOS Sonoma installer?
Thanks I have installed macOS Sonoma on a separate volume. 1. Created a separate volume (https://support.apple.com/en-gb/HT208891). 2. Created a bootable installer for macOS Ventura using https://support.apple.com/en-gb/HT201372. 3. Install on macOS Ventura on new volume. 4. Upgraded to macOS Sonoma. That way both it is possible to dual boot to macOS Ventura (original volume) and macOS Sonoma (new volume).
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’23