Export with Developer ID signature error - Mac App
See original GitHub issueI want to release app for others to use.
Product
- Archive
, and success. But, export with Developer ID option, will be a signature error occurs.
I’m sure Network Extension
is enable in Mac App IDs and Capabilities.
How to solve this problem. Thanks.
Xcode: Version 9.3 (9E145)
Outline client - Mac App
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (3 by maintainers)
Top Results From Across the Web
Signing Mac Software with Developer ID
Archive your app and test the end-user experience of launching your Developer ID-signed app using a Gatekeeper-enabled Mac.
Read more >Cannot export developer ID signed Mac app - xcode
I am trying to build an update to my Mac app. As usual, I clicked Product>Archive then, in the Organiser, I clicked Distribute...>Export...
Read more >Find the Code Signing Information from Your Apple Developer ...
Find the Code Signing Information from Your Apple Developer Account · Create a Certificate Signing Request Use Keychain Access on your Mac to...
Read more >Distributing a macOS App Outside the Mac App Store
To enable automatic signing, Xcode needs to connect to the Developer portal with an Apple ID registered to a Developer account.
Read more >Code Signing - electron-builder
On a macOS development machine, a valid and appropriate identity from ... If you are on Linux or Mac and you want sign...
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
@Sean-Wang, after creating the Xcode project (
yarn gulp build --platform=ios
) you need to update your bundle ID and signing team/cert for both the Outline and VpnExtension targets. Note that you may also need to create an App Group and update it in the targets’ capabilities.@Sean-Wang Sorry for the slow response. To confirm: do you have a developer ID with which to deploy the app?
@alalamav Do you by any chance know if the client will build cleanly with someone else’s (that is, not Jigsaw) developer ID?