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
The upvoted solution did not work for me but there is another - even though the "Editor->Add Build Phase" is grayed out the small "+" in the top left of the "Build Phases" pane is not, and it works.
So select the project in the project navigator Select the target Select "Build Phases" in the top bar of the content pane Click the "+" symbol in the top left of the "Build Phases" pane
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.
I answer on my question because took me time to find right solution.
Its really strange that the same issue migrates from old versions to XCode 7+. I found solution in one of the comments of similar problem:
how-to-add-a-copy-files-build-phase-to-my-target (credits to @Paul Solt)
Its a bug, when user selects Build Pahses
tab, XCode doesn't see that.
Solution
Target
-> Build Phases
Target Dependencies
drop down I hope it will save time to someone instead to read comments ;)