Cannot create MAS build
See original GitHub issue- Version: 21.0.15
- Target: MAS
Cannot create MAS build due to error by signing:
• signing file=dist/mas/Mega.app identityName=Mac Developer identityHash=*** provisioningProfile=res/macOS/Mac_Development.provisionprofile
• signing file=dist/mas/Mega.app identityName=3rd Party Mac Developer Application identityHash=*** provisioningProfile=res/macOS/Mac_App_Store.provisionprofile
⨯ Cannot read property 'nodeName' of null stackTrace=
TypeError: Cannot read property 'nodeName' of null
at Object.parse (node_modules/plist/lib/parse.js:68:25)
at node_modules/electron-osx-sign/util-entitlements.js:45:27
...
It’s caused by com.apple.security.app-sandbox
entitlement in my custom entitlements. When I remove com.apple.security.app-sandbox
from my custom entitlements, MAS build is created. It was not causing any problems with older v20.41.0.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:4
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Testing MAS build locally? | Apple Developer Forums
It appears to work fine, the build is successful. But I cannot start the resulting app. It crashes immediately with this error:
Read more >How to keep using home folder for electron in MAS build?
I have an app in electron that needs to stored some files in the user directory /Users/myuser . When developing the app I...
Read more >Troubleshooting .NET Framework Targeting Errors - MSBuild
To resolve the error, make sure that your application targets a .NET version that's compatible with the version that's targeted by the projects ......
Read more >Common Configuration - electron-builder
Defaults to the version . If buildVersion is not defined and buildNumber (or one of the buildNumber envs) is defined, it will be...
Read more >Quickstart: Create and use VPC networks - Google Cloud
You must follow these rules when creating or editing a subnet: Within a project, a subnet cannot have the same name as a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
Fix on the way 😃