I have a new shell script build phase that must run prior to some other build phases. How do I change the order of a build phase in Xcode 7.0? Dragging and dropping the phase seemed like the most obvious way to do it, but it didn't work (nothing happened).
Re-ordering build phases
I was able to re-order the build phase by using a text editor to manually cut and paste the change into its required location, but I shouldn't have to do that.
I'm assuming this is a bug in Xcode, since you could drag the phases to reorder them in previous versions. Have you filed a bug?
I am also seeing this behavior. I have not filed a radar (yet).
I have been opening the project in Xcode 6.4 and reordering.
Yeah I just noticed this too. I'll try opening up the project file in a text editor like you suggest.