Skip to content

Releases: bitrise-steplib/steps-xcode-archive

1.8.0

06 Jun 10:32

Choose a tag to compare

  • DEPRECATION : is_force_code_sign input removed, because of the latest version (1.5.0 ) of step certifcate and profile installer no more exports BITRISE_PROVISIONING_PROFILE_ID and BITRISE_CODE_SIGN_IDENTITY. This envs were used if xcode archive step's is_force_code_sign was true.
    From now you can direct specify force_code_sign_identity and force_provisioning_profile as input of xcode archive step.

1.7.3

20 May 16:00

Choose a tag to compare

$GEM_HOME fix/workaround:

Fixes the Error Domain=IDEDistributionErrorDomain Code=14 "No applicable devices found." error. If $GEM_HOME is set and the project's directory includes a Gemfile, xcodebuild -exportArchive can fail with this error.

To fix this the Step unsets GEM_HOME right before xcodebuild -exportArchive, as that's not required for xcodebuild anyway.

1.7.2

05 May 12:03

Choose a tag to compare

  • print xcodebuild full version
  • export generated .app directory

1.7.1

31 Mar 10:55

Choose a tag to compare

  • typo fix

1.7.0

17 Mar 14:03

Choose a tag to compare

  • log improvements
  • NEW input: is_export_xcarchive_zip to persist the generated .xcarchive

1.6.1

23 Feb 12:49

Choose a tag to compare

  • xcodebuild additional options

1.6.0

25 Jan 14:43

Choose a tag to compare

  • is_clean_build : default is set to "no"
  • bit of code & log revision

1.5.2

04 Dec 13:39

Choose a tag to compare

  • Additional log revision, printing xcodebuild's and xcpretty's version numbers

1.5.1

04 Dec 12:23

Choose a tag to compare

Minor log enhancement

1.5.0

03 Dec 14:09

Choose a tag to compare

  • xctool removed as it caused issues with a small number of projects
  • instead, xcpretty can now be used as the "output tool"
    • this way the build is actually performed by Xcode's Command Line Tools (xcodebuild) and only the output is formatted by another tool