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

iOS 14 beta 3 #142

Closed upup666 closed 3 years ago

upup666 commented 4 years ago

Signing not working on this version of iOS

slashboxxx commented 4 years ago

Can confirm. Apple changed codesigning verification.

Dershowitz011 commented 4 years ago

OS 14 b3 requires the CodeDirectory version to be updated.

iOS 14 requires a minimum CodeDirectory compatibility version of 0x00020400 to launch/install apps.

Hope this helps you make required changes:

[UPP2C3AB1D8/com.sibche.new] Notifing clients of the failed install with error: Error Domain=IXUserPresentableErrorDomain Code=1 "This app could not be installed at this time." UserInfo={NSLocalizedDescription=This app could not be installed at this time., NSLocalizedFailureReason=Could not install at this time., NSLocalizedRecoverySuggestion=Failed to verify code signature of /var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.QXZxD7/extracted/Payload/XXXX.app : 0xe8008029 (The code signature version is no longer supported.), NSUnderlyingError=0x13089ded0 {Error Domain=MIInstallerErrorDomain Code=13 "Failed to verify code signature of /var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.QXZxD7/extracted/Payload/XXXXX.app : 0xe8008029 (The code signature version is no longer supported.)" UserInfo={NSLocalizedDescription=Failed to verify code signature of /var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.QXZxD7/extracted/Payload/XXXXXX.app : 0xe8008029 (The code signature version is no longer sup

For more info: https://twitter.com/altstoreio/status/1286095962767728645?s=21

upup666 commented 4 years ago

OS 14 b3 requires the CodeDirectory version to be updated.

iOS 14 requires a minimum CodeDirectory compatibility version of 0x00020400 to launch/install apps.

Hope this helps you make required changes:

[UPP2C3AB1D8/com.sibche.new] Notifing clients of the failed install with error: Error Domain=IXUserPresentableErrorDomain Code=1 "This app could not be installed at this time." UserInfo={NSLocalizedDescription=This app could not be installed at this time., NSLocalizedFailureReason=Could not install at this time., NSLocalizedRecoverySuggestion=Failed to verify code signature of /var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.QXZxD7/extracted/Payload/XXXX.app : 0xe8008029 (The code signature version is no longer supported.), NSUnderlyingError=0x13089ded0 {Error Domain=MIInstallerErrorDomain Code=13 "Failed to verify code signature of /var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.QXZxD7/extracted/Payload/XXXXX.app : 0xe8008029 (The code signature version is no longer supported.)" UserInfo={NSLocalizedDescription=Failed to verify code signature of /var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.QXZxD7/extracted/Payload/XXXXXX.app : 0xe8008029 (The code signature version is no longer sup

For more info: https://twitter.com/altstoreio/status/1286095962767728645?s=21

Okay thx, will try my best to change it..

upup666 commented 4 years ago

So Im not a supper developer, can you please change, what need to be change or make a better instruction please

Dershowitz011 commented 4 years ago

@DanTheMan827 please make necessary modifications to the tool and also update the shell-script.sh to the latest version please. Thanks.

DanTheMan827 commented 4 years ago

Are you using the corresponding version of Xcode for the beta as well?

AltStore uses a standalone codesigning tool, iOS App Signer uses the one bundled with whatever Xcode version you have installed

upup666 commented 4 years ago

Are you using the corresponding version of Xcode for the beta as well?

AltStore uses a standalone codesigning tool, iOS App Signer uses the one bundled with whatever Xcode version you have installed

Im trying to use both Xcode and Xcode beta to compile your app, Im also have a Developer Account. But I don't understand what I need to change, so your app signer would work

Thx for fast replying

upup666 commented 4 years ago

So as I understand I sign apps with your app , and then import them through Impactor?

DanTheMan827 commented 4 years ago

You would sign them with the app then install them through Xcode.

Which version of the developer tools do you have installed? the ones from the beta Xcode or the stable Xcode?

upup666 commented 4 years ago

I have both

upup666 commented 4 years ago

Or I can should install through configurator? I want to install not my app(YouTube++)

upup666 commented 4 years ago

So I can use your version sign my apps and then install through Xcode?

upup666 commented 4 years ago

You would sign them with the app then install them through Xcode.

Which version of the developer tools do you have installed? the ones from the beta Xcode or the stable Xcode?

Thx for reply

slashboxxx commented 4 years ago

@DanTheMan827 Don't want to annoy you, but should we expect the fix for iOS 14 beta 3 soon? Thank you.

upup666 commented 4 years ago

@DanTheMan827 Yes everyone would be grateful

slashboxxx commented 4 years ago

@upup666 if you are on beta3, and have an urge to sideload, just downgrade to beta 2, using u3tools. Without losing your data. Apple is still signing beta2.

DanTheMan827 commented 3 years ago

I just tested code signing and installing an app onto an iOS 14.0.1 device with the latest Xcode on Catalina and it installed without any error, this would lead me to believe that all you need to do is have the latest version of Xcode to get the new code signature version.