Post

Replies

Boosts

Views

Activity

Reply to WatchOS Background Task Without WKExtendedRuntimeSession
WKExtendedRuntime sessions are intended for specific use cases—Self Care, Mindfulness, Physical Therapy, and Smart Alarms. Each use case has a time limit, and only Physical Therapy and Smart Alarms are background running. The use case you have in mind is not currently supported. Please file Feedback if you have a use case you think should be supported by this API. Thanks!
Topic: App & System Services SubTopic: General Tags:
Jun ’21
Reply to WatchOS Background Task Without WKExtendedRuntimeSession
WKExtendedRuntime sessions are intended for specific use cases—Self Care, Mindfulness, Physical Therapy, and Smart Alarms. Each use case has a time limit, and only Physical Therapy and Smart Alarms are background running. The use case you have in mind is not currently supported. Please file Feedback if you have a use case you think should be supported by this API. Thanks!
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’21
Reply to Core ML and Japanese Text
I think you could do a quick search on Google, there are a large number of datasets available. (Like this one: https://github.com/phamdinhthang/japanese_OCR)
Topic: Machine Learning & AI SubTopic: Core ML Tags:
Replies
Boosts
Views
Activity
Jun ’21
Reply to Xcode Cloud: How to configure Xcode for both local and remote dependencies?
Same problem here, for me it's failing with GitHub packages (to be specific "Alamofire", "Nuke" and "SwiftyJSON"). I got the same error message like you and I can't find a way to correct it. The package.resolved file is up to date on remote branch so I don't know how should I configure it correctly.
Replies
Boosts
Views
Activity
Dec ’22
Reply to SwiftUI ImageRenderer: How to render async image correctly?
It turns out you have to first download the image to a UIImage or other supported types, and pass the view to the ImageRenderer
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’23