We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there,
encountering a strange bug
When running codesigning and trying to add a keychain we get a double listing of the system keychain
The build then fails as it was not able to find signers, however the process works when completing the steps manually (via ssh)
2021-03-04T12:07:19.915+0000 [DEBUG] [org.openbakery.codesign.Security] FINISHED IMPORTING CERTIFICATE: import "/Users/ec2-user/builds/bnm-B_7n/0/xxx/mobile-apps/xxx-ios/build/codesign/xxxEnterpriseCertificate.p12" "-k" "/Users/ec2-user/builds/bnm-B_7n/0/xxx/mobile-apps/xxx-ios/build/codesign/gradle-1614859468741.keychain" "-P" "[MASKED]" "-T" "/usr/bin/codesign" 1 identity imported. 2021-03-04T12:07:19.916+0000 [DEBUG] [org.openbakery.CommandRunner] Run command: 'security list-keychains' 2021-03-04T12:07:19.916+0000 [DEBUG] [org.openbakery.CommandRunner] with working directory: . (/Users/ec2-user/builds/bnm-B_7n/0/xxx/mobile-apps/xxx-ios/.gradle/daemon/6.8/.) 2021-03-04T12:07:19.934+0000 [DEBUG] [org.openbakery.CommandRunner] Run command: 'security list-keychains -s /Users/ec2-user/builds/bnm-B_7n/0/xxx/mobile-apps/xxx-ios/build/codesign/gradle-1614859468741.keychain' 2021-03-04T12:07:19.934+0000 [DEBUG] [org.openbakery.CommandRunner] with working directory: . (/Users/ec2-user/builds/bnm-B_7n/0/xxx/mobile-apps/xxx-ios/.gradle/daemon/6.8/.) 2021-03-04T12:07:19.953+0000 [DEBUG] [org.openbakery.codesign.Security] FINISHED SETTING KEYCHAIN: 2021-03-04T12:07:19.953+0000 [DEBUG] [org.openbakery.CommandRunner] Run command: 'security list-keychains' 2021-03-04T12:07:19.954+0000 [DEBUG] [org.openbakery.CommandRunner] with working directory: . (/Users/ec2-user/builds/bnm-B_7n/0/xxx/mobile-apps/xxx-ios/.gradle/daemon/6.8/.) 2021-03-04T12:07:19.974+0000 [DEBUG] [org.openbakery.codesign.Security] KEYCHAIN LIST IS NOW: "/Library/Keychains/System.keychain" "/Library/Keychains/System.keychain" ... snip ... 2021-03-04T12:07:23.796+0000 [INFO] [org.openbakery.codesign.Codesign] performCodesign /Users/ec2-user/builds/bnm-B_7n/0/xxx/mobile-apps/xxx-ios/build/package/Payload/xxx.app/PlugIns/LatestRecipeWidgetExtension.appex 2021-03-04T12:07:23.797+0000 [DEBUG] [org.openbakery.CommandRunner] Run command: '/usr/bin/codesign --force --entitlements /var/folders/_6/l9d3rd7n1hx3qnkhhl36r_2c0000gn/T/entitlements_gradle-68195d36-99b5-4e1f-a207-eebfebe343dc.plist --sign xxxxxxxxxxxxx --verbose /Users/ec2-user/builds/bnm-B_7n/0/xxx/mobile-apps/xxx-ios/build/package/Payload/xxx.app/PlugIns/XXXXXXXWidgetExtension.appex --keychain /Users/ec2-user/builds/bnm-B_7n/0/xxx/mobile-apps/xxx-ios/build/codesign/gradle-1614859468741.keychain' 2021-03-04T12:07:23.797+0000 [DEBUG] [org.openbakery.CommandRunner] with working directory: . (/Users/ec2-user/builds/bnm-B_7n/0/xxx/mobile-apps/xxx-ios/.gradle/daemon/6.8/.) 2021-03-04T12:07:23.797+0000 [DEBUG] [org.openbakery.CommandRunner] with additional environment variables: {DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer/} 2021-03-04T12:07:23.823+0000 [DEBUG] [org.openbakery.CommandRunner] Exit Code: 1
Thanks in advance
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there,
encountering a strange bug
When running codesigning and trying to add a keychain we get a double listing of the system keychain
The build then fails as it was not able to find signers, however the process works when completing the steps manually (via ssh)
Thanks in advance
The text was updated successfully, but these errors were encountered: