You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to change specific Build Settings in my Unit Tests target (namely remove TEST_HOST and BUNDLE_LOADER build settings to set empty values, so that my CI don't try to launch the simulator and fail, whereas I don't have any application test but only functional ones)
Using extra_config only changes Build Settings of the App Target. It would be great to have a tests_extra_config or something similar for the Unit Tests Target too.
The text was updated successfully, but these errors were encountered:
Hi @gfontenot
I wanted to change specific Build Settings in my Unit Tests target (namely remove
TEST_HOST
andBUNDLE_LOADER
build settings to set empty values, so that my CI don't try to launch the simulator and fail, whereas I don't have any application test but only functional ones)Using
extra_config
only changes Build Settings of the App Target. It would be great to have atests_extra_config
or something similar for the Unit Tests Target too.The text was updated successfully, but these errors were encountered: