question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 4 years ago
  • Reactions:4
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
develarcommented, Jul 18, 2019

You got any other activated Apple device (iPod/Mac/iPhone)

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.

3reactions
develarcommented, Jul 17, 2019

Fix on the way 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found