I want to upload the TestTarget.xctest
files located in under MyApp.app/Plugins
directory to Device Farm. (SO article).
In the past the Plugins folder was found inside MyApp.app
, but now I do not see it. So I can't export the .xctest directory.
What build setting might I be missing? My scheme settings are the same as before. This is the command I run to generate the app:
xcodebuild -configuration Debug -scheme $SCHEME_NAME -workspace $WORKSPACE_PATH -sdk iphoneos -destination generic/platform=iOS SUPPORTED_PLATFORMS=iphoneos BUILD_VARIANTS=normal GCC_GENERATE_TEST_COVERAGE_FILES=YES -showBuildTimingSummary ONLY_ACTIVE_ARCH=NO CODE_SIGNING_ALLOWED=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= EXPANDED_CODE_SIGN_IDENTITY= PROVISIONING_PROFILE=