Build failure in CopySwiftLibs

Issue #43 closed
Ali Rantakari repo owner created an issue

For projects that contain Swift code, if the “Build project before checking” (--fullBuild) option is selected, xcodebuild fails in the CopySwiftLibs build phase.

Comments (2)

  1. Ali Rantakari reporter

    Working on a fix for this for the next release.

    Workaround: add the following value to the “Additional xcodebuild arguments to use” (--extraXcodebuildArgs) option: CODE_SIGNING_REQUIRED=NO

  2. Log in to comment