fastlane-old / gym

Building your iOS apps has never been easier
https://fastlane.tools
645 stars 54 forks source link

running gym stops after archiving #234

Closed jurvis closed 8 years ago

jurvis commented 8 years ago

did the quick setup using fastlane init and have my beta lane configured:

  lane :beta do
    match(type: "appstore") 
    gym
    pilot
  end

however when gym gets run in the fastlane beta process, it just halts after archiving (no .ipa file gets generated):

+---------------------------+----------------------------------------------------------------------+
|                                      Summary for gym 1.6.1                                       |
+---------------------------+----------------------------------------------------------------------+
| export_method             | app-store                                                            |
| workspace                 | ./FOSSAsia.xcworkspace                                               |
| provisioning_profile_path | /Users/jurvistan/Desktop/FossAsia iOS/FOSSAsia/AppStore_co.undert... |
| scheme                    | FOSSAsia                                                             |
| destination               | generic/platform=iOS                                                 |
| output_name               | FOSSAsia                                                             |
| clean                     | false                                                                |
| output_directory          | .                                                                    |
| silent                    | false                                                                |
| use_legacy_build_api      | false                                                                |
| buildlog_path             | ~/Library/Logs/gym                                                   |
+---------------------------+----------------------------------------------------------------------+

[21:13:53]: $ set -o pipefail && xcodebuild -workspace './FOSSAsia.xcworkspace' -scheme 'FOSSAsia' -destination 'generic/platform=iOS' -archivePath '/Users/jurvistan/Library/Developer/Xcode/Archives/2016-03-06/FOSSAsia 2016-03-06 21.13.53.xcarchive' archive | tee /Users/jurvistan/Library/Logs/gym/FOSSAsia-FOSSAsia.log | xcpretty

...

[21:14:31]: ▸ Archive Succeeded
[21:14:32]: Successfully stored the archive. You can find it in the Xcode Organizer.
[21:14:32]: $ /usr/bin/xcrun /Users/jurvistan/.rvm/gems/ruby-2.1.2@global/gems/gym-1.6.1/lib/assets/wrap_xcodebuild/xcbuild-safe.sh -exportArchive -exportOptionsPlist '/var/folders/qy/_13tw1fn1yj9rz51vy31s3_80000gn/T/gym20160306-11323-vk99q0_config.plist' -archivePath '/Users/jurvistan/Library/Developer/Xcode/Archives/2016-03-06/FOSSAsia 2016-03-06 21.13.53.xcarchive' -exportPath '/var/folders/qy/_13tw1fn1yj9rz51vy31s3_80000gn/T/gym20160306-11323-1glyqzb.gym_output'

any clue what might the issue?

vpolouchkine commented 8 years ago

Does it build in Xcode or xcodebuild?

fastlane-bot-helper commented 8 years ago

This issue was migrated to https://github.com/fastlane/fastlane/issues/1814. 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: