Hi carlosjsanchezc,
From the message below:
The iOS deployment target ‘IPHONEOS_DEPLOYMENT_TARGET’ is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.1.99. (in target ‘CordovaPluginsResources’ from project ‘Pods’)
We can see that the ‘IPHONEOS_DEPLOYMENT_TARGET’
is set to a version that is not supported.
Could you check your config.xml file for a deployment-target value. If present, you can either remove it or set it to 11 at minimum.
Also, the error message:
error: Provisioning profile “iOS Team Store Provisioning Profile: betseven.live.app” is Xcode managed, but signing settings require a manually managed profile. (in target ‘App’ from project ‘App’)
This could be an issue related to your provisioning profile or signing credentials and it would be need further investigation. I think It would better to contact the Appflow support for further assistance.
Thanks,