Why won't my build phase scripts be executed when creating an IPA from command line?

前端 未结 1 498
抹茶落季
抹茶落季 2021-02-14 06:54

Question - short version:

Why won\'t my build phase scripts be executed when creating an IPA from the command line? When I\'m running

相关标签:
1条回答
  • 2021-02-14 07:40

    You have "Run script only when installing" checked for at least one of the script phases. That phase won't be run when using the build action to xcodebuild, only if using the install action.

    0 讨论(0)
提交回复
热议问题