Releases: bitrise-steplib/steps-xcode-build-for-simulator
0.9.0
What does this step:
It will run the xcodebuild command with an iOS simulator destination.
This will generate an .app which can be run on simulator.
Why would you need it?
You can generate an .app which e.g: can be uploaded to Appetize.io for demo, test etc.
Required inputs for the step:
project_path: Project (or Workspace) path
configuration: The configuration to use.
scheme: The Scheme to use.
simulator_device: Simulator name. (e.g: iPhone 6s Plus)
simulator_os_version: OS version. (latest, 11.4 etc...)
simulator_platform: iOS Simulator / tvOS Simulator
Step outputs:
BITRISE_APP_DIR_PATH:
The generated (and copied) app directory
BITRISE_APP_DIR_PATH_LIST:
This output will include the main target app's path + every dependent target's app path.
The paths are separated with | character, eg: /deploy109787178/sample-apps-ios-workspace-swift.app|/deploy109787178/bitfall.sample-apps-ios-workspace-swift-watch.app
BITRISE_XCODE_BUILD_RAW_RESULT_TEXT_PATH:
This is the path of the raw build results log file.
If output_tool=xcpretty and the build fails this log will contain the build output.