return :
Checking if device requires stashbag...
ERROR: img4_create_local_manifest: Unhandled component 'Ap,SystemVolumeCanonicalMetadata' - can't create manifest
ERROR: Unable to create preboard manifest.
I downloaded the last updated binary from imobiledevice-net and I am on Windows 10.
Also I checked idevicerestore.exe code and I found this:
if (needs_preboard) {
info("Checking if device requires stashbag...\n");
plist_t manifest;
if (get_preboard_manifest(client, build_identity, &manifest) < 0) {
error("ERROR: Unable to create preboard manifest.\n");
return -1;
}
Then I checked
get_preboard_manifest
function and I understand that the problem is because of
img4_create_local_manifest
Can any one help me fix this issue or to find some way to solve this programitically?
you can download last binary from github action-> artifacts: https://github.com/libimobiledevice/idevicerestore/actions
you also may need dependencies: