Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

security tool fails when codesigning with 3.5.0 #2443

Closed
erikkerber opened this issue Apr 9, 2024 · 2 comments
Closed

security tool fails when codesigning with 3.5.0 #2443

erikkerber opened this issue Apr 9, 2024 · 2 comments

Comments

@erikkerber
Copy link
Contributor

Our builds began seeing codesigning errors as of 3.5.0. Our best guess is something might have been introduced with #2438, but aren't quite sure what exactly about that change altered behavior.

security: cert import failed: UNIX[Operation not permitted]
security: problem decoding
...
File "/private/var/tmp/_bazel_buildkite/6357013eb1e6bdc4f3d11ac8e827aac3/sandbox/darwin-sandbox/20568/execroot/_main/bazel-out/darwin_arm64-opt-exec-ST-13d3ddad9198/bin/external/rules_apple~3.5.0/tools/imported_dynamic_framework_processor/imported_dynamic_framework_processor.runfiles/rules_apple~3.5.0/tools/codesigningtool/codesigningtool.py
...
subprocess.CalledProcessError: Command '['security', 'cms', '-D', '-i', 'App/Profiles/InHouse.mobileprovision']' returned non-zero exit status 1.
@krypt-lx
Copy link

krypt-lx commented Apr 9, 2024

Observed the same behaviour after dependencies upgrade on our CI yesterday, had to downgrade rules_apple to 3.4.0

@luispadron
Copy link
Contributor

Fixed in #2444

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants