nowsecure / node-applesign

NodeJS module and commandline utility for re-signing iOS applications (IPA files).
https://www.nowsecure.com
MIT License
420 stars 77 forks source link

iOS 15.01 fails to install due to new signing requirements #130

Open kbtbc opened 2 years ago

kbtbc commented 2 years ago

devices with iOS 15+ now require the --generate-entitlement-der flag

Reference: https://developer.apple.com/documentation/xcode/using-the-latest-code-signature-format

trufae commented 2 years ago

May be fixed in https://github.com/nowsecure/node-applesign/pull/131