Bitrise Build Issue Report template
Description of the issue
iOS / Xcode Archive fails with: “Touch” and then “ARCHIVE FAILED”, but no other error in the log
Environment:
Bitrise.io @ osx-vs4mac-stable
Which build Step causes the issue and which version of the step?
xcode-archive
version: 2.4.5
ipa export configs:
- ExportMethod: app-store
- UploadBitcode: yes
- CompileBitcode: yes
- TeamID: ***
- UseDeprecatedExport: no
- CustomExportOptionsPlistContent:
xcodebuild configs:
- OutputTool: xcpretty
- Workdir: /Users/vagrant/git
- ProjectPath: ios/eyr.xcworkspace
- Scheme: productName
- Configuration: Release
- OutputDir: /Users/vagrant/deploy
- IsCleanBuild: no
- XcodebuildOptions:
- ForceTeamID:
- ForceProvisioningProfileSpecifier:
- ForceProvisioningProfile:
- ForceCodeSignIdentity:
step output configs:
- IsExportXcarchiveZip: no
- ExportAllDsyms: yes
- ArtifactName: eyr
- VerboseLog: yes
step determined configs:
- xcodebuildVersion: 9.2.0 (9C40b)
- xcprettyVersion: 0.2.8
Reproducibility
- Does a “Rebuild” help? (You can trigger a rebuild from the Build’s page, by clicking the “Rebuild” button in the top right corner of a finished build) : NO
-
Does a rebuild without caches help? (You can remove the
Cache:Pull
andCache:Push
steps temporarily to not to use the cache, or you can delete all the caches on theSettings
tab of the app. : NO (no caches in pipeline yet) - Does the issue happen sporadically, or every time? : sporadically
- Does upgrading the build Step to the latest version help? : NO (using latest)
- When did the issue start? : yesterday
Local reproduction
_Can it be reproduced on your own Mac/PC by following our local debug guide? NO. But it fails later with Code Signing issue due to certificate-and-profile-installer Run-If .IsCI with the same exit code 65
- Testing with a full clean git clone +
- Test with the Bitrise CLI (1-4) +