Is there a way to deactivate the iOS validation of the Deploy to Bitrise.io step? The intent is to just copy the files as artifacts to the storage so that they can be downloaded after the build has completed. It fails for our simulator builds and also when the zipped archive contains the word “xcarchive”. The former resulted to us to use a dedicated S3 bucket, and the latter requires the pipeline to mangle the string so that it will be treated as a normal file to be copied to storage.
Thanks.