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
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 ;)