not in SupportedDevices重签旧版本APP安装失败

求助,通过插件下载了旧版本的APP之后重签,重签后安装过程中在console出现 not in SupportedDevices 完整信息:
0x16f463000 -[MIBundle thinningMatchesCurrentDeviceWithError:]: 1319: Device iPhone11,6 not in SupportedDevices list for xxx.xxxx : (
“iPhone6,1”,
“iPhone6,2”,
“iPhone7,2”,
“iPhone8,1”,
“iPhone8,4”,
“iPod7,1”,
“iPod9,1”
)

hook掉他

有办法在macho中或者profile中改吗

IDA 找到这个objMsgSend 然后patch 应该也可以

将App 的info.plist 里面的 UISupportedDevices 删掉即可。

感谢大佬给的方案

感谢大佬给的建议,不过在非越狱环境安装的,所以采取了另外的方案