[ad_1]
I want to achieve Continuous integration and continuous Deployment for iOS App without any third party like jetkins or fastlane only with git hub command.
I have follow this blog from medium
https://engineering.talkdesk.com/test-and-deploy-an-ios-app-with-github-actions-44de9a7dcef6
but getting error
Run ./.github/secrets/decrypt_secrets.sh ./.github/secrets/decrypt_secrets.sh shell: /bin/bash -e {0} env: IOS_KEYS: *** security: SecKeychainItemImport: MAC verification failed during PKCS12 import (wrong password?) Error: Process completed with exit code 1.
let me know if you can help me for the same .
Thanks in Advance.
I was expecting that on push branch “main” by any user automatic archive should be developed and upload to apple test-flight.
[ad_2]