I have generated a certificate and provisioning profile for distribution with my Developer Apple Account and keystore explorer
When I build my App using AppStudio Cloud Make, I get this error
Cannot read iOS identity from iOS certificate.
Please verify that you have:
1. Supplied a valid iOS .p12 certificate
- That it has not expired
- That it is a valid iOS codesigning certificate
2. Supplied a valid password
3. Supplied a valid mobile provisioning profile
- That it has not expired
- That it matches the .p12 certificate
Certificate expires on: Jan 23 07:00:47 2024 GMT
security: SecKeychainItemImport: MAC verification failed during PKCS12 import (wrong password?)
I am not finding any solution as I have also followed the AppStudio-5.4.96 documentation for generating iOS apps using cloud make.
so what exactly going wrong ?