DanTheMan827 / ios-app-signer

This is an app for OS X that can (re)sign apps and bundle them into ipa files that are ready to be installed on an iOS device.
https://dantheman827.github.io/ios-app-signer
GNU General Public License v3.0
5.57k stars 1.05k forks source link

"Error Extracting ipa File" #118

Closed jonathanfilbert closed 1 year ago

jonathanfilbert commented 4 years ago

Tried signing several ipas downloaded from some app piracy site 🏴‍☠️, whilst some of them succeed, some actually got this error:

Error extracting ipa file

Logs:

2020-01-08 02:00:21 Found 4 Provisioning Profiles
2020-01-08 02:00:21 Added profile me.JonathanFilbert.GoodNotes, expires (15/01/20 00.09.51)
2020-01-08 02:00:21 Added profile me.JonathanFilbert.LMAO, expires (15/01/20 02.00.07)
2020-01-08 02:00:21 Added profile me.JonathanFilbert.Notability, expires (15/01/20 00.33.48)
2020-01-08 02:00:21 Added profile me.jofil.gooNotesFinal, expires (15/01/20 00.30.34)
2020-01-08 02:00:21 Found 2 Codesigning Certificates
2020-01-08 02:00:21 Added signing certificate "Apple Development: jonathan.zero20@gmail.com (7VXH969DV8)"
2020-01-08 02:00:21 Added signing certificate "Apple Development: jonathan.lisyanto@bpkpenabur.sch.id (QX838G7WHY)"
2020-01-08 02:00:21 Loaded Codesigning Certificate from Defaults: Apple Development: jonathan.lisyanto@bpkpenabur.sch.id (QX838G7WHY)
2020-01-08 02:00:21 Ready
2020-01-08 02:00:26 Set Codesigning Certificate Default to: 1
2020-01-08 02:00:30 Selected provisioning profile me.JonathanFilbert.LMAO
2020-01-08 02:00:34 Temp folder: Optional("/var/folders/1g/6vntdlbx0wj9w00y8bgfnd4r0000gn/T/com.DanTheMan827.AppSigner.n0fiQ3C4")
2020-01-08 02:00:34 Working directory: /var/folders/1g/6vntdlbx0wj9w00y8bgfnd4r0000gn/T/com.DanTheMan827.AppSigner.n0fiQ3C4/out
2020-01-08 02:00:34 Payload directory: /var/folders/1g/6vntdlbx0wj9w00y8bgfnd4r0000gn/T/com.DanTheMan827.AppSigner.n0fiQ3C4/out/Payload
2020-01-08 02:00:34 Extracting ipa file
2020-01-08 02:00:37 Error extracting ipa file
2020-01-08 02:00:37 Deleting: /var/folders/1g/6vntdlbx0wj9w00y8bgfnd4r0000gn/T/com.DanTheMan827.AppSigner.n0fiQ3C4
dzy1997 commented 3 years ago

Same problem here

wangweilucky commented 1 year ago

Same problem here

DanTheMan827 commented 1 year ago

.ipa files are just .zip files with a different extension.

If you can't unzip the .ipa in question, it's corrupted in some way.