ios - How can I get my build script run phases to run when performing an Archive operation in Xcode 7? -
i set build numbers count of git commits setting 2 build phases run specific scripts — in question:
why won't build phase scripts executed when creating ipa command line?
however, found when archive either xcode or fastlane toolchain, scripts not invoked.
why that? have assumed build gets run when archive. how can make these build phases run archive action?

Comments
Post a Comment