ios-app-signer icon indicating copy to clipboard operation
ios-app-signer copied to clipboard

can't install in iOS15 after resign

Open SethCody opened this issue 3 years ago • 9 comments

xcode alert ”uable to install xxx“

SethCody avatar Sep 24 '21 02:09 SethCody

Update to the latest version of Xcode command line tools

DanTheMan827 avatar Sep 24 '21 18:09 DanTheMan827

updated Xcode command line tools to 13.0 and still alert ”unable to install“

axelburks avatar Sep 25 '21 07:09 axelburks

Yeah I have the same error

RealOlympusDev avatar Sep 25 '21 22:09 RealOlympusDev

Update to the latest version of Xcode command line tools

I found this post, but i am not sure it's same reason. https://developer.apple.com/forums/thread/682775

SethCody avatar Sep 26 '21 01:09 SethCody

+1

hunasdf avatar Oct 04 '21 18:10 hunasdf

The app works for iOS 15 with Big Sur.

Make sure that you have the latest Xcode and that your certificate and provisioning profiles are valid for the certificate selected.

DanTheMan827 avatar Oct 05 '21 16:10 DanTheMan827

this is probably the solution: https://stackoverflow.com/questions/68467306/the-code-signature-version-is-no-longer-supported

kambala-decapitator avatar Oct 22 '21 10:10 kambala-decapitator

The issue is that you need to make sure that you have valid certificates and profiles compatible with iOS 15.

The easiest way to do this is you make an empty project in Xcode with the desired ID and run it on your device.

That will make Xcode take care of any provisioning that needs to be done automatically and you'll end up having the proper certificates and profiles for iOS App Signer to use.

I'll also look into --generate-entitlement-der for users that can't use the latest Xcode

DanTheMan827 avatar Oct 22 '21 14:10 DanTheMan827