What I’m doing is trying to make bitbucket pipline do my iOS CD, I included docker fastlanetools/fastlane image and in the steps i pull and run the docker image everything is okay and i was able to let fastlane command work by calling fastlane beta in the steps.
What’s happening is that fastlane exits with the error Apple Generic versioning is not enabled in this project.
I followed apple documentation to enable it from xCode from here I changed all the targets in my project to use App Generic and still not working