mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-25 17:15:50 +03:00
[GH-ISSUE #808] [BUG] LiveContainer is not signed with a development certificate. #728
Labels
No labels
bug
compatibility
enhancement
multitasking
pull-request
safe area
status: broken
status: usable
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/LiveContainer#728
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @raulsaeed on GitHub (Sep 3, 2025).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/808
Describe the bug
LiveContainer is not signed with a development certificate so LiveContainer won't work at all. Please sign LiveContainer with a development certificate.
I get this issue when I sign live container with a paid development certificate.
I want to know why Live Container can not be used with a cert that you buy from apple.
I understand that the main use for live containers is to bypass the 3-app-limit on free certificates, or to run apps in JIT mod. But the reason why I want to use paid certificates is that I want to use live container for it's containerization feature, and I already have a paid certificate, and I don’t want to deal with resigning it every time.
Instructions to reproduce
1- download latest version of live containers
2- sign it with a paid development certificate.
What version of LiveContainer and iOS are you using?
3.6.1
Other info
No response
@khanhduytran0 commented on GitHub (Sep 3, 2025):
Your certificate must have
get-task-allowentitlement (aka capable of enabling JIT, regardless if you set up JIT-less mode) otherwise you get the error as the linked issue.@saretkh06-star commented on GitHub (Dec 23, 2025):
__