Post

Replies

Boosts

Views

Activity

Foundation Models Error: Local Sanitizer Asset
Hi, I just upgraded to macOS Tahoe Beta 2 and now I'm getting this error when I try to initialize my Foundation Models' session: Error Resource (Local Sanitizer Asset) unavailable error. import FoundationModels #Playground { let session = LanguageModelSession() do { let result = try await session.respond(to: "Tell me 3 colors") print(result.content) } catch { print("Error", error) } } I couldn't find any resource guiding me on how to solve this. Any help/workaround? Thank you!
1
4
367
Jun ’25
How can I export the captured images to macOS?
Hi, I'm watching https://developer.apple.com/videos/play/wwdc2023/10191 and would like to generate a high level detail object, but looks like that is not possible in iOS yet. However, the project has configuration.isOverCaptureEnabled = true which captures additional images for later transfer them to macOS. Is there a way to get the images from the phone? Thanks, Pitt
1
0
557
Jul ’23