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

can't install in iOS15 after resign #193

Open SethCody opened 2 years ago

SethCody commented 2 years ago

xcode alert ”uable to install xxx“

DanTheMan827 commented 2 years ago

Update to the latest version of Xcode command line tools

axelburks commented 2 years ago

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

RealOlympusDev commented 2 years ago

Yeah I have the same error

SethCody commented 2 years ago

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

hunasdf commented 2 years ago

+1

DanTheMan827 commented 2 years ago

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.

kambala-decapitator commented 2 years ago

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

DanTheMan827 commented 2 years ago

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