Custom Project Template Build Phases Order

Hello,

I have created a project template and I would like to add a build phase.
I want this build phase added in first to the target.
But it adds up in the end.


Answered by in 615808022
Hi! In Xcode you can reorder the build phases by clicking and dragging. The only restriction is that the Dependencies build phase must be the first one (Xcode will not let you move the build phase above this one).
Accepted Answer
Hi! In Xcode you can reorder the build phases by clicking and dragging. The only restriction is that the Dependencies build phase must be the first one (Xcode will not let you move the build phase above this one).
Yes, I know, but the idea was to do it from the template to not have to move the build phase in Xcode
Custom Project Template Build Phases Order
 
 
Q