Post

Replies

Boosts

Views

Activity

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
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 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 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 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 App Icon colors don't match Display P3 color profile (16 bits / channel)
Thanks a lot, I will also file a feedback, thanks for confirming the issue
Replies
Boosts
Views
Activity
May ’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:
Replies
Boosts
Views
Activity
Jun ’23
Comment on How to download macOS Sonoma installer?
If it works would it 2 need Macs to have configurator on one Mac and apply it to another Mac? (Pardon my ignorance)
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
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 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 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 Xcode beta 5 crashes when adding a file to a project
Hope this gets fixed
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 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 [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 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 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 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 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