fastlane-old / deliver

Upload screenshots, metadata and your app to the App Store using a single command
https://fastlane.tools
2.24k stars 162 forks source link

finished with error 4d5ccbc6c67bc73655c1fd8023cae89a #529

Closed jpaas closed 8 years ago

jpaas commented 8 years ago
[13:48:01]: Making sure the latest version on iTunes Connect matches '2.0.3' from the ipa file...
[13:48:04]: Successfully set the version to '2.0.3'
[13:48:04]: Loading './fastlane/metadata/en-US/description.txt'...
[13:48:04]: Loading './fastlane/metadata/en-US/keywords.txt'...
[13:48:04]: Loading './fastlane/metadata/en-US/release_notes.txt'...
[13:48:04]: Loading './fastlane/metadata/en-US/support_url.txt'...
[13:48:04]: Loading './fastlane/metadata/en-US/marketing_url.txt'...
[13:48:04]: Loading './fastlane/metadata/en-US/name.txt'...
[13:48:04]: Loading './fastlane/metadata/en-US/privacy_url.txt'...
[13:48:04]: Loading './fastlane/metadata/copyright.txt'...
[13:48:04]: Loading './fastlane/metadata/primary_category.txt'...
[13:48:04]: Loading './fastlane/metadata/secondary_category.txt'...
[13:48:04]: Loading './fastlane/metadata/primary_first_sub_category.txt'...
[13:48:04]: Loading './fastlane/metadata/primary_second_sub_category.txt'...
[13:48:04]: Loading './fastlane/metadata/secondary_first_sub_category.txt'...
[13:48:04]: Loading './fastlane/metadata/secondary_second_sub_category.txt'...
[13:48:04]: Activating languages en-US, en-US...
[13:48:05]: Variable Dump:
[13:48:05]: {:DEFAULT_PLATFORM=>:ios, :PLATFORM_NAME=>:ios, :LANE_NAME=>"ios free", :VERSION_NUMBER=>"2.0.3", :BUILD_NUMBER=>"8", :CERT_FILE_PATH=>"/Users/jpaas/Documents/osaaru/tapshot/3RJUX7JJA3.cer", :CERT_CERTIFICATE_ID=>"3RJUX7JJA3", :SIGH_PROFILE_PATH=>"/Users/jpaas/Documents/osaaru/tapshot/AppStore_com.osaaru.tapshothockeylite.mobileprovision", :SIGH_PROFILE_PATHS=>["/Users/jpaas/Documents/osaaru/tapshot/AppStore_com.osaaru.tapshothockeylite.mobileprovision"], :SIGH_UDID=>"19c04d49-174d-4c60-8085-5610e36b54d0", :SIGH_PROFILE_TYPE=>"app-store", :IPA_OUTPUT_PATH=>"/Users/jpaas/Documents/osaaru/tapshot/Tapshot Hockey Lite.ipa", :DSYM_OUTPUT_PATH=>"/Users/jpaas/Documents/osaaru/tapshot/Tapshot Hockey Lite.app.dSYM.zip", :XCODEBUILD_ARCHIVE=>"/Users/jpaas/Library/Developer/Xcode/Archives/2016-01-03/Tapshot Hockey Lite 2016-01-03 13.47.46.xcarchive"}
[13:48:05]: 

+------+-------------------------------------+-------------+
|                     fastlane summary                     |
+------+-------------------------------------+-------------+
| Step | Action                              | Time (in s) |
+------+-------------------------------------+-------------+
| 1    | Verifying required fastlane version | 0           |
| 2    | default_platform                    | 0           |
| 3    | increment_version_number            | 0           |
| 4    | increment_build_number              | 0           |
| 5    | cert                                | 4           |
| 6    | sigh                                | 5           |
| 7    | clear_derived_data                  | 0           |
| 8    | gym                                 | 14          |
| 9    | deliver                             | 6           |
+------+-------------------------------------+-------------+

[13:48:05]: fastlane finished with errors
Successfully submitted a crash report. If this is a problem with one of the tools specifically,
please submit an issue on GitHub and attach the following number to it: '4d5ccbc6c67bc73655c1fd8023cae89a'
The crash report has been stored locally '/tmp/sentry_4d5ccbc6c67bc73655c1fd8023cae89a.json'
fastlane-bot commented 8 years ago

This issue was migrated to https://github.com/fastlane/fastlane/issues/1539. Please post all further comments there.

fastlane is now a mono repo, you can read more about the change in our blog post. All tools are now available in the fastlane main repo :rocket: