I want to add Crashlytics plugin to my iOS project that demands to add Run script
phase. But no matter what I do - for add build phase all options are di
Maxims answer did not work for me.
I had the same problem and solved it as follows and I opened a bug against apple: issue 22516266 on https://bugreport.apple.com
Here is how I solved the issue for me:
1.) Edit Scheme ...
2.) In the relevant phase of the schema you can add scripts as Pre-Actions or Post-Action, where you will find "New Run Script Action"
I think you pretty much create any workflow you like with this.
Hope that helps.