Post

Replies

Boosts

Views

Activity

Reply to SwiftUI PhotosPicker deselection doesn't work
In iOS 17, if you configure the PhotosPicker's selectionBehavior to .continuous with a maxSelectionCount > 1 then it will update the array on de-selection
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Aug ’23
Reply to XCode 15 Beta 5 Introducing Unknown Build Error: External macro implementation type cannot be found
Yes that fixed the issue, thank you!
Replies
Boosts
Views
Activity
Aug ’23
Reply to Mix new @Observable with MVVM and Combine
I'd just like to affirm that we are running into a similar issue. Since @Observable is not designed to work with combine (I think?), why not just keep them as ObservableObject with @Published properties?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’23
Reply to Unable to Install Apps to Physical Devices using XCode after upgrade to iOS/macOS July 25 2023 betas
For anyone receiving this error. Upgrading my XCode to the corresponding beta (15 beta5) fixed the issue
Replies
Boosts
Views
Activity
Jul ’23
Reply to Is @CaseDetection macro included in Swift 5.9 Xcode 15?
Additionally, I'd love to know if Apple has a list of the new macros included with Swift by default. The Swift documentation appears to be more about how they work and how to write our own.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to Core Data + Cloud Kit - Updating to macOS 13.3 causing migration fail
NSPersistentStoreDescription(url: storeURL) ^ Updating the storeURL above resolves the issue on macOS. I suppose the sandbox on my macOS device was incompatible with my iCloud data for some reason. Need to investigate further, but I think this at least allows for a temporary work around.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Apr ’23