[GH-ISSUE #70] iOS 15 beta code signed apps don't work #42

Closed
opened 2026-03-04 00:23:22 +03:00 by kerem · 2 comments
Owner

Originally created by @URBANsUNITED on GitHub (Jun 14, 2021).
Original GitHub issue: https://github.com/SignTools/SignTools/issues/70

Hi!

iOS 15 breaks the current code signing service. None of my signed apps work any longer.
Always says " the devoloper must update the app"

Discovered the Altstore reddit:
https://www.reddit.com/r/AltStore/comments/numjvp/warning_ios15_breaks_altstore/

https://www.reddit.com/r/AltStore/comments/nuzkng/side_loading_on_ios_15/?utm_source=share&utm_medium=web2x&context=3

Maybe there is a fix for this fantastic workflow?!?

Thanks
URBANsUNITED

Originally created by @URBANsUNITED on GitHub (Jun 14, 2021). Original GitHub issue: https://github.com/SignTools/SignTools/issues/70 Hi! iOS 15 breaks the current code signing service. None of my signed apps work any longer. Always says " the devoloper must update the app" Discovered the Altstore reddit: [https://www.reddit.com/r/AltStore/comments/numjvp/warning_ios15_breaks_altstore/](https://www.reddit.com/r/AltStore/comments/numjvp/warning_ios15_breaks_altstore/) [https://www.reddit.com/r/AltStore/comments/nuzkng/side_loading_on_ios_15/?utm_source=share&utm_medium=web2x&context=3](https://www.reddit.com/r/AltStore/comments/nuzkng/side_loading_on_ios_15/?utm_source=share&utm_medium=web2x&context=3) Maybe there is a fix for this fantastic workflow?!? Thanks URBANsUNITED
kerem 2026-03-04 00:23:22 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@ViRb3 commented on GitHub (Jun 14, 2021):

Hey there. Signing apps for iOS 15 requires macos 11.4 or above. Currently, github actions only supports macos 10. When their 11.4 image is up, signing will work:

https://github.com/actions/virtual-environments/issues/2486

Alternatively you can host your own builder on your own macos 11.4:

https://github.com/SignTools/ios-signer-builder

<!-- gh-comment-id:860571303 --> @ViRb3 commented on GitHub (Jun 14, 2021): Hey there. Signing apps for iOS 15 requires macos 11.4 or above. Currently, github actions only supports macos 10. When their 11.4 image is up, signing will work: ``` https://github.com/actions/virtual-environments/issues/2486 ``` Alternatively you can host your own builder on your own macos 11.4: https://github.com/SignTools/ios-signer-builder
Author
Owner

@ViRb3 commented on GitHub (Aug 17, 2021):

Good news, macos 11 with iOS 15 signing is finally released to the general public:

https://github.com/actions/virtual-environments/issues/2486#issuecomment-899752373

Simply update your ios-signer-ci and signing for iOS 15 will magically work.

<!-- gh-comment-id:899908118 --> @ViRb3 commented on GitHub (Aug 17, 2021): Good news, macos 11 with iOS 15 signing is finally released to the general public: ``` https://github.com/actions/virtual-environments/issues/2486#issuecomment-899752373 ``` Simply update your `ios-signer-ci` and signing for iOS 15 will magically work.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SignTools#42
No description provided.