-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hi,
we are testing this action but we have an error:
security: SecKeychainItemImport: The user name or passphrase you entered is not correct.
With Fastlane
we don't have this error. Maybe it is caused by this snippet:
security create-keychain -p "${{ inputs.keychain-password }}" $KEYCHAIN_PATH
security set-keychain-settings -lut 21600 $KEYCHAIN_PATH
security unlock-keychain -p "${{ inputs.keychain-password }}" $KEYCHAIN_PATH
when somebody doesn't set a password for the ios certificate. This seems to happen with MacOS Sonoma 15.
Below the Fastlane snippet with the default_keychain
value:
https://github.com/fastlane/fastlane/blob/master/fastlane/lib/fastlane/actions/create_keychain.rb#L38
Could you please take a look and find a solution to set a default_keychain
for an empty password?
Kind regards
Metadata
Metadata
Assignees
Labels
No labels