我已经使用ldid
实用程序对我的应用程序进行了编码,因此可以继续使用cydia。是的,我用armv7
设置了我的应用程序。
以下是我在终端中使用的代码:
/// Before running the below code, I connected to my iDevice using SSH
root# ldid -S /Applications/(appname here).app/(appname here)
/// Here is the error
util/ldid.cpp(567): _assert(0:arch != NULL)
有没有人对修复此错误有任何想法?
答案 0 :(得分:0)
这似乎是随机出现的。我倾向于解决问题:
ldid -s <binary>
删除伪造的代码签名(注意小写s
),然后重试。