Post

Replies

Boosts

Views

Activity

Reply to Predictive Code Completion stopped working on new MacBook Pro
Yep! After updating to 15.2. the intelligence is back!
Replies
Boosts
Views
Activity
Dec ’24
Reply to How to get the page URL shared via the Share button on macOS?
Thank you for the hint. This is what I did. var url = secureCodingItem as? URL if url == nil { let data = secureCodingItem as? Data if let data, let absoluteString = String(data: data, encoding: .utf8) { url = URL(string: absoluteString) } }
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to Unable to install “myapp”
Had to remove the app completly from the device -> "Touch and hold the app icon on the Home Screen, ... tap Delete App".
Replies
Boosts
Views
Activity
Oct ’23
Reply to iOS app not interactive(Xcode 15 beta 5)
I've enabled "-com.apple.CoreData.SQLDebug 1" in my app target to see the sql logs and with Xcode 15b5 the app seems to loop (fetching infinite some sql data). Maybe that's the reason for your blocked UI too.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to Apple Watch (waiting for first unlock) in Xcode
After many many tries with above solutions, I finally had success with: Apple Watch > Settings > Bluetooth off/on and the error was gone! At least in my case ;-)
Replies
Boosts
Views
Activity
Feb ’23