go-ios icon indicating copy to clipboard operation
go-ios copied to clipboard

image auto: mount error with Iphone 16 series devices

Open starry-ww opened this issue 4 months ago • 0 comments

os: Mac os 13.6.7 device: iphone 16 pro (18.0) go-ios version: v1.0.143

ios image auto --basedir ~/.devimages
{"level":"info","msg":"no udid specified using first device in list","time":"2024-09-27T15:52:02+08:00","udid":"${udid}"}
{"level":"info","msg":"no udid specified using first device in list","time":"2024-09-27T15:52:02+08:00","udid":"${udid}"}
{"level":"info","msg":"device iOS version: 18.0.0, getting developer image: https://deviceboxhq.com/ddi-15F31d.zip","time":"2024-09-27T15:52:02+08:00"}
{"level":"info","msg":"using already downloaded image: ~/.devimages/ddi-15F31d","time":"2024-09-27T15:52:02+08:00"}
{"basedir":"~/.devimages","level":"info","msg":"success downloaded image","time":"2024-09-27T15:52:02+08:00","udid":"${udid}"}
{"err":"MountImage: could not find identity for identifiers {BoardId:12 ChipID:33088 SecurityDomain:1 AdditionalIdentifiers:map[Ap,SikaFuse:0]}: findIdentity: failed to find identity for ApBoardId 0xc and ApChipId 0x8140","image":"~/.devimages/ddi-15F31d/Restore","level":"error","msg":"error mounting image","time":"2024-09-27T15:52:02+08:00","udid":"${udid}"}

starry-ww avatar Sep 27 '24 08:09 starry-ww