Skip to content

tuist migration check-empty-settings

It checks if the build settings of a project or target are empty. Otherwise it exits unsuccessfully.

Arguments#

xcodeproj-path#

Environment variable TUIST_MIGRATION_CHECK_EMPTY_SETTINGS_XCODEPROJ_PATH

The path to the Xcode project

bash
tuist migration check-empty-settings -p [xcodeproj-path]
tuist migration check-empty-settings --xcodeproj-path [xcodeproj-path]

target Optional#

Environment variable TUIST_MIGRATION_CHECK_EMPTY_SETTINGS_TARGET

The name of the target whose build settings will be checked. When not passed, it checks the build settings of the project.

bash
tuist migration check-empty-settings --target [target]
tuist migration check-empty-settings -t [target]