I follow the #2757 (comment)
and change my swiftui-demo to run
when I already build the app on my iphone 16 pm,and start to use it.
after i download the tiny model
Xcode told me that "fopen failed for data file: errno = 2 (No such file or directory)" "Errors found! Invalidating cache..."
and than warning "warning: whisper.swiftui was compiled with optimization - stepping may behave oddly; variables may not be available."
and the Xcode shows that
ggml_backend_dev_t ggml_backend_get_device(ggml_backend_t backend) { return backend->device; }

does any body know why ?
thanks