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.55k stars 1.05k forks source link

Domain (xxx.app/Info.plist) not found, Error extracting /xxx.app/xxx #150

Open victorjiang opened 3 years ago

victorjiang commented 3 years ago

Here are the messages


2020-09-03 17:08:31 Temp folder: Optional("/var/folders/kq/b_0vmw0n3_5dywqcnpw7k83c0000gn/T/com.DanTheMan827.AppSigner.KqgCmmUC")
2020-09-03 17:08:31 Working directory: /var/folders/kq/b_0vmw0n3_5dywqcnpw7k83c0000gn/T/com.DanTheMan827.AppSigner.KqgCmmUC/out
2020-09-03 17:08:31 Payload directory: /var/folders/kq/b_0vmw0n3_5dywqcnpw7k83c0000gn/T/com.DanTheMan827.AppSigner.KqgCmmUC/out/Payload
2020-09-03 17:08:31 Extracting ipa file
2020-09-03 17:08:31 2020-09-03 17:08:31.744 defaults[13741:598298] 
Domain (/var/folders/kq/b_0vmw0n3_5dywqcnpw7k83c0000gn/T/com.DanTheMan827.AppSigner.KqgCmmUC/out/Payload/lightning.app/Info.plist) not found.
Defaults have not been changed.

2020-09-03 17:08:31 Deleting embedded.mobileprovision
2020-09-03 17:08:31 Copying provisioning profile to app bundle
2020-09-03 17:08:31 Parsing entitlements
2020-09-03 17:08:31 –––––––––––––––––––––––
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>application-identifier</key>
    <string>AQNB798GH3.com.useeinfo.flashcarry</string>
    <key>com.apple.developer.team-identifier</key>
    <string>AQNB798GH3</string>
    <key>get-task-allow</key>
    <false/>
    <key>keychain-access-groups</key>
    <array>
        <string>AQNB798GH3.*</string>
        <string>com.apple.token</string>
    </array>
</dict>
</plist>

2020-09-03 17:08:31 –––––––––––––––––––––––
2020-09-03 17:08:31 Saved entitlements to /var/folders/kq/b_0vmw0n3_5dywqcnpw7k83c0000gn/T/com.DanTheMan827.AppSigner.KqgCmmUC/entitlements.plist
2020-09-03 17:08:32 Changing App ID to com.useeinfo.flashcarry
2020-09-03 17:08:32 Extracting /lightning.app/lightning
2020-09-03 17:08:32 Error extracting /lightning.app/lightning
2020-09-03 17:08:32 Codesigning /lightning.app/lightning with entitlements
2020-09-03 17:08:32 Codesigning /lightning.app with entitlements
2020-09-03 17:08:33 Packaging IPA
2020-09-03 17:08:34 Deleting: /var/folders/kq/b_0vmw0n3_5dywqcnpw7k83c0000gn/T/com.DanTheMan827.AppSigner.KqgCmmUC
2020-09-03 17:08:34 Done, output at /Users/victorjiang/Downloads/lightning2.ipa