-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not change the app icon #45
Comments
Either the certificate you're using doesn't have the correct entitlements or whatever thing you're using to sign it is changing the bundle ID... |
What you mean with right entitlement? |
https://developer.apple.com/documentation/bundleresources/entitlements "An entitlement is a right or privilege that grants an executable particular capabilities. For example, an app needs the HomeKit Entitlement — along with explicit user consent — to access a user’s home automation network. An app stores its entitlements as key-value pairs embedded in the code signature of its binary executable." Depending on your certificate, you only get access to certain entitlements... |
My cert have all entitlement. |
Also getting this error and I just got a new cert but still having this issue |
What type of cert. Probably it doesn't have the needed entitlements, or your changing the bundleID. |
Same error with esign |
I get a error whene change the app icon.
The text was updated successfully, but these errors were encountered: