Xcodebuild build-for-testing versus build actions

Since Xcode 8.x Apple added the build-for-testingaction argument , however, I don’t understand if I want to publish the received artifacts after I used it build-for-testing, do I need to re-run xcodebuild with the buildaction argument?

Can someone answer if they are build-for-testingconfiguring debugor disabling certain optimizations?

+4
source share
1 answer

Learning the new 'xcodebuild'

"xcodebuild" is a command line tool to create, run and run our application from the command line.

Xcode. Xcode 8 xcodebuild.

Build For Testing

xcodebuild 'build-for-testing, , , , XCTESTRUN.

xctestrun .

BDD .

+1

Source: https://habr.com/ru/post/1672347/


All Articles