Skip to content

Instantly share code, notes, and snippets.

@zackshapiro
Created April 26, 2016 14:55
Show Gist options
  • Save zackshapiro/70a98ce36d4adb89654ee05dad389c77 to your computer and use it in GitHub Desktop.
Save zackshapiro/70a98ce36d4adb89654ee05dad389c77 to your computer and use it in GitHub Desktop.
Exporting IPA from generated Archive...
$ xcodebuild -exportArchive -archivePath "/var/folders/lb/8n5bn9k975qgw662jpqdy7mm0000gn/T/bitrise-xcarchive.4TOLTkLl/storefront.xcarchive" -exportPath "/var/folders/lb/8n5bn9k975qgw662jpqdy7mm0000gn/T/bitrise-xcarchive.sUfa0bhn" -exportOptionsPlist "/Users/vagrant/deploy/export_options.plist"
2016-04-26 07:51:02.436 xcodebuild[2341:8637] [MT] IDEDistribution: -[IDEDistributionLogging _createLoggingBundleAtPath:]: Created bundle at path '/var/folders/lb/8n5bn9k975qgw662jpqdy7mm0000gn/T/storefront_2016-04-26_07-51-02.434.xcdistributionlogs'.
2016-04-26 07:51:02.666 xcodebuild[2341:8637] [MT] DeveloperPortal: Using store at URL (file:///Users/vagrant/Library/Developer/Xcode/DeveloperPortal%207.3.db).
2016-04-26 07:51:03.487 xcodebuild[2341:8637] [MT] IDEDistribution: Step failed: <IDEDistributionSigningAssetsStep: 0x7ff5724d3330>: Error Domain=IDEDistributionErrorDomain Code=1 "(null)"
error: exportArchive: The operation couldn’t be completed. (IDEDistributionErrorDomain error 1.)
Error Domain=IDEDistributionErrorDomain Code=1 "(null)"
** EXPORT FAILED **
ERRO[07:51:03] Step (Xcode: Create Archive) failed, error: (exit status 70)
| |
+----+--------------------------------------------------------------+----------+
| 🚫 | Xcode: Create Archive (exit code: 70) | 214 sec |
+----+--------------------------------------------------------------+----------+
| Issue tracker: https://github.com/bitrise-io/steps-new-xcode-archive/issues |
| Source: https://github.com/bitrise-io/steps-new-xcode-archive |
+----+--------------------------------------------------------------+----------+
@zackshapiro
Copy link
Author

zackshapiro commented Apr 26, 2016

= BUILD TARGET Alamofire OF PROJECT Pods WITH CONFIGURATION Debug ===
Check dependencies
Code Sign error: No code signing identities found: No valid signing identities (i.e. certificate and private key pair) were found.
=== BUILD TARGET Cartography OF PROJECT Pods WITH CONFIGURATION Debug ===
Check dependencies
Code Sign error: No code signing identities found: No valid signing identities (i.e. certificate and private key pair) were found.

** ARCHIVE FAILED **
The following build commands failed:
Check dependencies
Check dependencies
(2 failures)
ERRO[08:32:46] Step (Xcode: Create Archive) failed, error: (exit status 65)
| |
+----+--------------------------------------------------------------+----------+
| | Xcode: Create Archive (exit code: 65) | 19 sec |
+----+--------------------------------------------------------------+----------+
| Issue tracker: https://github.com/bitrise-io/steps-new-xcode-archive/issues |
| Source: https://github.com/bitrise-io/steps-new-xcode-archive |
+----+--------------------------------------------------------------+----------+

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment