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

ipa validation to upload failed #118

Open
amikha33 opened this issue Dec 23, 2023 · 0 comments
Open

ipa validation to upload failed #118

amikha33 opened this issue Dec 23, 2023 · 0 comments

Comments

@amikha33
Copy link

Hello when i run task to install certificate as following it pass

      - uses: apple-actions/import-codesign-certs@v1
        with:
          keychain: ${{ env.KEYCHAIN }}
          p12-file-base64: ${{ secrets.P12_BASE64 }}
          p12-password: ${{ secrets.P12_PASSWORD }}

but when i run the validation to upload ipa it fails

      - name: Validate iOS App
        run: |
          xcrun altool --validate-app -f build/ios/ipa/*.ipa \
            -t ios --apiKey ${{ secrets.APPSTORE_API_KEY_ID }} --apiIssuer ${{ secrets.APPSTORE_ISSUER_ID }}
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

1 participant