how to save generated xcode project as artifact

315 Views Asked by At

Currently we have a setup in bitrise that builds .ipa files and saves them as artifact (and deploys to app store connect)

Is there a way to save the intermediate xCode project generated by cordova as an artifact (.zip file or whatever)?

1

There are 1 best solutions below

0
Łukasz Łabuński On

If you exactly know the path to that file and you have Deploy to Bitrise.io step in your workflow you can add that files. It's described in Bitrise docs.