Post

Replies

Boosts

Views

Activity

Comment on CKModifyRecordsOperation records limit?
You're the one in need of the luck., you're the one asking the question, and you're the one faced with the issue, so it's up to you to either use the Cloudk Kit Console to resolve your issues, and it's up to you to decide if you're going to work within the constraints of the developer limitations of the API and stop thinking Apple is going to bend the rules for you.
Dec ’23
Comment on Undefined symbols: Linker command failed with exit code 1 (use -v to see invocation)
Ok, I looked at the WebRTC source code from the GitHub project, and there is no AppKit support, just UIKit. If you target a macOS app with macCatalyst, then any derived or subclassed UIView or UIKit-based view or controller subclassed view like RTCEAGLVideoView and RTCMTLVideoView will use the correct symbols. For macOS support using the swift package is going to call for a separate Xcode project targeting macCatalyst.
Dec ’23
Comment on Binding with optional Value causes runtime crash
The binding constant will always change in the child view because the body property is always reloaded each time the view model emits a change. To know is to know. To assume is to make no sense of the situation when you don't know. Hence, there is something called a @StateObject to maintain the view state as the View redraws the UI in response to changes.
May ’23