zhlynn / zsign

Maybe it is the most quickly codesign alternative for iOS12+, cross-platform ( macOS, Linux , Windows ), more features.
BSD 3-Clause "New" or "Revised" License
1.27k stars 382 forks source link

Issues about "No Enough CodeSignature Space" #295

Closed IsanHu closed 1 year ago

IsanHu commented 1 year ago

Hello I found When No Enough CodeSignature Space happens, install the result ipa will raise the error:

WARNING: could not locate iTunesMetadata.plist in archive!
WARNING: could not locate Payload/Facebook.app/SC_Info/Facebook.sinf in archive!
Copying '/Users/isan/official_f.ipa' to device... DONE.
Installing 'com.facebook.Facebook'
Install: CreatingStagingDirectory (5%)
Install: ExtractingPackage (15%)
Install: InspectingPackage (20%)
Install: PreflightingApplication (30%)
Install: VerifyingApplication (40%)ERROR: Install failed. Got error "ApplicationVerificationFailed" with code 0xe8008017: Failed to verify code signature of /var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.ahoCUx/extracted/Payload/Facebook.app : 0xe8008017 (A signed resource has been added, modified, or deleted.)

You can reproduce it with a facebook ipa

Please help to check Thank you!

IsanHu commented 1 year ago

Hello @zhlynn can you help to check, thanks!