-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Cannot create MAS build #4048
Comments
+1 |
But if you remove the |
Got a very similar issue but slightly different log output. (From a 21.0.6 build)
I downgraded to 20.44.4 for a manual OSX build. Edit: Amend <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.files.user-selected.read-only</key>
<true/>
</dict>
</plist> |
Fix on the way :) |
Apple blocked my account because I don't remember f*** useless security questions and cannot help me even if I remember all other credentials. So, I cannot for now to verify fixes myself. |
You got any other activated Apple device (iPod/Mac/iPhone)? You can normally reset yout credentials if you got an Apple device where you are still logged in. |
For security reasons my developer account was separated from personal. It seems as solution, if Apple will be not able to reset useless security questions, I will create a new account. |
Cannot create MAS build due to error by signing:
It's caused by
com.apple.security.app-sandbox
entitlement in my custom entitlements. When I removecom.apple.security.app-sandbox
from my custom entitlements, MAS build is created. It was not causing any problems with older v20.41.0.The text was updated successfully, but these errors were encountered: