Post

Replies

Boosts

Views

Activity

Command line tools not working after notarization
platform :macOS 12.4 IDE : clion log : https://osxapps-ssl.itunes.apple.com/itunes-assets/Enigma112/v4/2c/3b/e9/2c3be958-8f48-2148-7a90-63a1537add5a/developer_log.json?accessKey=1655405836_1884875723549735342_rFJLfG02K3OIKumkF7HgAdxhRNp9wlliJayx%2B52WMLYKIBO9A8Kb%2Bk8h9I3ooa1MtmTo7MDawKfN5TE11FFtppioZxDCbsQltQUS%2BJG%2FvGs6mcAktxXTrMY80LZ73v24Vvmd4T8s3Vk0R382C0tByj9yAUtzHxNYCRrwUylFzIY%3D I can build and run it but after signing and notarization, it can not work with getting this: zsh: killed   TOOL_NAME
11
0
2.1k
Jun ’22
How to Sign and Notarize Command Line Tools?
Because of business requirements, we need to develop a command-line tool on macOS. According to Apple's policy, we need to sign and notarize it before distribution. My steps are as follows: Sign the executable Compress the executable file into a zip package Submit the zip to notarization and succeed Unzip the zip and execute it on another mac, and report an error: the dynamic library cannot be loaded How should I solve it?
0
0
244
May ’22
Can not find the entitlements after update bundleId capabilities,how to fix it?
1、I want to add entiltments : access wifi information、app groups and siri capability 2、so I edit my bundleId and add these capabilitities. 3、Then, I update my provisioning profiles 4、downloading the provisioning and analysis it I found it still doesn`t have those entitlments. Xcode still gave the error. How can I fix it?
2
0
486
Jul ’20