0

I need to replace the Copy Files build phase with the manual copy files via Run Script build phase.

Copy Files stage looks like this now:

copy phase

The replacement script looks this way:

script

but the destination dir is not correct. What is the correct absolute path for the Products Directory? Thanks

ShurupuS
  • 2,923
  • 2
  • 24
  • 44

1 Answers1

2

The Products Directory is a ${BUILT_PRODUCTS_DIR} in xcodebuild

ShurupuS
  • 2,923
  • 2
  • 24
  • 44