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
Post
Replies
Boosts
Views
Activity
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?
the error msg :
"XXXX"需要更新
此App的开发者需要更新App以在此iOS版本上正常工作
our company has much much more apps, and we have to update push certificates by handle.This is repetitive and inefficient work . I need your help
We want handle our inhouse profiles juse like AppStore profiles.
But we can not genarate the key on:
https://appstoreconnect.apple.com/access/developers
Does it supported?
I have comfirmed the certificate is IOSDEVELOPMENT.
But I got the error :
error:409 Conflict:There are no current certificates on this team matching the provided certificate IDs compatible with IOSAPP_DEVELOPMENT profiles.
Why? and how to fix it?
now, I can enable or disable a capability of a bundleID,but I don`t know how to edit the detail. For example, how to binding a icloud id to the bundleId by appstore connect api?how to genarate a key for sign in with apple by appstore connect api?
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?
We use appstore connect api to manage our bundleIds and certificates.But it still can not support Apple Distribution
and some special certificates and bundleId cababilities.
I can not find an api to set a group id.Or more capabilities. Anyone knows?