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 verifying code signature! #102

Open jackyzonewen opened 5 years ago

jackyzonewen commented 5 years ago

/var/folders/cj/jj5smqv554v_cmg_h8l96z_r0000gn/T/com.DanTheMan827.AppSigner.W6ViaTQD/out/Payload/MagLock.app: invalid Info.plist (plist or signature have been modified) In architecture: armv7

milanhorvatovic commented 4 years ago

I'm facing the same problem. @jackyzonewen Are you using the original application as .ipa or modified .app as the source for the iOS App Signer? In my case creating a new ipa file with content "Payload/xyz.app" solved this problem.

@DanTheMan827 what is the difference between defining ipa vs app as "Input File:", please?

DanTheMan827 commented 4 years ago

There shouldn’t be any difference between specifying a .ipa or .app folder

When specifying .ipa it will be extracted to a temp folder and the .app folder inside used

Folky63 commented 3 years ago

having exact same problem