Skip to content

Update error in sandbox application #2477

Closed Answered by zorgiepoo
MortenBrekkeStensland asked this question in Q&A
Discussion options

You must be logged in to vote

It most likely means your broken release build does not have the Installer Connection & Status entitlements (the ones under "Communication") correctly applied like the error message says. For any wrongly produced build you can verify the entitlements on your produced app binary via something like

codesign -d --entitlements :- /Applications/MyApp.app/Contents/MacOS/MyApp

..and see if the entitlements exist there. If not, this is most likely something broken in your release process. As the documentation states:

Due to different code signing requirements, please do not add --deep to OTHER_CODE_SIGN_FLAGS or from custom build scripts when signing your application. This is a common source of …

Replies: 7 comments 10 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@MortenBrekkeStensland
Comment options

@zorgiepoo
Comment options

Comment options

You must be logged in to vote
3 replies
@zorgiepoo
Comment options

@MortenBrekkeStensland
Comment options

@zorgiepoo
Comment options

Comment options

You must be logged in to vote
5 replies
@zorgiepoo
Comment options

@zorgiepoo
Comment options

@MortenBrekkeStensland
Comment options

@zorgiepoo
Comment options

Answer selected by MortenBrekkeStensland
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants