Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[gym] gym does not export SharedValues::IPA_OUTPUT_PATH #19696

Closed
GLinnik21 opened this issue Dec 14, 2021 · 3 comments
Closed

[gym] gym does not export SharedValues::IPA_OUTPUT_PATH #19696

GLinnik21 opened this issue Dec 14, 2021 · 3 comments

Comments

@GLinnik21
Copy link

GLinnik21 commented Dec 14, 2021

I have kind a same issue with SharedValues::IPA_OUTPUT_PATH. It seems gym stopped exporting these envars in one of the latest fastlane versions

Originally posted by @GLinnik21 in #19694 (comment)

✅ fastlane environment ✅

Stack

Key Value
OS 11.6
Ruby 2.6.5
Bundler? true
Git git version 2.30.1 (Apple Git-130)
Installation Source ~/.rvm/gems/ruby-2.6.5@mobile-metrica-library-ios/bin/fastlane
Host macOS 11.6 (20G165)
Ruby Lib Dir ~/.rvm/rubies/ruby-2.6.5/lib
OpenSSL Version OpenSSL 1.1.1k 25 Mar 2021
Is contained false
Is homebrew false
Is installed via Fabric.app false
Xcode Path /Applications/Xcode.app/Contents/Developer/
Xcode Version 13.1
Swift Version 5.5.1

System Locale

Variable Value
LANG ru_RU.UTF-8
LC_ALL
LANGUAGE

fastlane files:

`./fastlane/Fastfile`(redacted)
require File.expand_path('teamcity_message', File.dirname(__FILE__))

default_platform(:ios)

platform :ios do
    desc 'Build Sample'
    lane :sample do |options|
        ci_message_block("Build sample lane") {
            update_version options
            install_cocoapods options

            bundle_id = options[:bundle_id] || CredentialsManager::AppfileConfig.try_fetch_value(:app_identifier)
            app_version = get_version_number(xcodeproj: SAMPLE_PROJECT_PATH, target: options[:scheme])
            deploy_enabled = options[:deploy_enabled] || (options['ci.deploy.enabled'] == 'true')

            build_dir_path = options[:build_dir_path]

            gym_params = {
                scheme: options[:scheme],
                configuration: options[:configuration],
                export_method: options[:export_method],
                destination: options[:destination],
                output_directory: build_dir_path,
                build_path: File.join(build_dir_path, 'archives'),
                derived_data_path: options[:derived_data_path],
                buildlog_path: options[:logs_dir_path],
                xcargs: options[:xcargs],
                silent: false,
            }
            gym_params[:xcpretty_formatter] = ci_output_formatter_file if IS_RUNNING_ON_CI

            ci_message_block("Build sample") {
                gym(gym_params)
            }
        }
    end
end

./fastlane/Appfile(removed)

fastlane gems

Gem Version Update-Status
fastlane 2.199.0 ✅ Up-To-Date

Loaded fastlane plugins:

No plugins Loaded

Loaded gems
Gem Version
did_you_mean 1.3.0
executable-hooks 1.6.1
bundler-unload 1.0.2
rubygems-bundler 1.4.5
bundler 1.17.3
etc 1.0.1
forwardable 1.2.0
rake 13.0.6
rexml 3.2.5
CFPropertyList 3.0.5
concurrent-ruby 1.1.9
i18n 1.8.11
minitest 5.14.4
tzinfo 2.0.4
zeitwerk 2.5.1
activesupport 6.1.4.1
public_suffix 4.0.6
addressable 2.8.0
httpclient 2.8.3
json 2.6.1
algoliasearch 1.27.5
artifactory 3.0.15
atomos 0.1.3
aws-eventstream 1.2.0
aws-partitions 1.541.0
aws-sigv4 1.4.0
jmespath 1.4.0
aws-sdk-core 3.124.0
aws-sdk-kms 1.52.0
aws-sdk-s3 1.109.0
babosa 1.0.4
claide 1.0.3
clamp 1.3.2
fuzzy_match 2.0.4
nap 1.1.0
netrc 0.11.0
ffi 1.15.4
ethon 0.15.0
typhoeus 1.4.0
cocoapods-core 1.11.2
cocoapods-deintegrate 1.0.5
cocoapods-downloader 1.5.1
cocoapods-plugins 1.0.0
cocoapods-search 1.0.1
cocoapods-trunk 1.6.0
cocoapods-try 1.2.0
colored2 3.1.2
escape 0.0.4
fourflusher 2.3.1
gh_inspector 1.1.3
molinillo 0.8.0
ruby-macho 2.5.1
nanaimo 0.3.0
xcodeproj 1.21.0
cocoapods 1.11.2
colored 1.2
highline 2.0.3
commander 4.6.0
declarative 0.0.20
digest-crc 0.6.4
unf_ext 0.0.8
unf 0.1.4
domain_name 0.5.20190701
dotenv 2.7.6
emoji_regex 3.2.3
excon 0.89.0
faraday-em_http 1.0.0
faraday-em_synchrony 1.0.0
faraday-excon 1.1.0
faraday-httpclient 1.0.1
faraday-net_http 1.0.1
faraday-net_http_persistent 1.2.0
faraday-patron 1.0.0
faraday-rack 1.0.0
multipart-post 2.0.0
ruby2_keywords 0.0.5
faraday 1.8.0
http-cookie 1.0.4
faraday-cookie_jar 0.0.7
faraday_middleware 1.2.0
fastimage 2.2.5
jwt 2.3.0
memoist 0.16.2
multi_json 1.15.0
os 1.1.4
signet 0.16.0
googleauth 1.1.0
mini_mime 1.1.2
trailblazer-option 0.1.2
uber 0.1.0
representable 3.1.1
retriable 3.1.2
webrick 1.7.0
google-apis-core 0.4.1
google-apis-androidpublisher_v3 0.14.0
google-apis-playcustomapp_v1 0.6.0
google-apis-iamcredentials_v1 0.9.0
google-apis-storage_v1 0.10.0
google-cloud-env 1.5.0
google-cloud-errors 1.2.0
google-cloud-core 1.6.0
google-cloud-storage 1.35.0
mini_magick 4.11.0
naturally 2.2.1
optparse 0.1.1
plist 3.6.0
rubyzip 2.3.2
security 0.1.3
simctl 1.6.8
terminal-notifier 2.0.0
unicode-display_width 1.8.0
terminal-table 1.8.0
tty-screen 0.8.1
tty-cursor 0.7.1
tty-spinner 0.9.3
word_wrap 1.0.0
rouge 2.0.7
xcpretty 0.3.0
xcpretty-travis-formatter 1.0.1
mustache 1.1.1
open4 1.3.4
redcarpet 3.5.1
sassc 2.4.0
sqlite3 1.4.2
liferaft 0.0.6
xcinvoke 0.3.0
jazzy 0.12.0
mini_portile2 2.3.0
nokogiri 1.8.5
simple_po_parser 1.1.5
slather 2.6.0
xcode-install 2.4.4

generated on: 2021-12-14

@fastlane-bot
Copy link

It seems like you have not included the output of fastlane env
To make it easier for us help you resolve this issue, please update the issue to include the output of fastlane env 👍

@fastlane-bot
Copy link

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.

Please make sure to update to the latest fastlane version and check if that solves the issue. Let us know if that works for you by adding a comment 👍

Friendly reminder: contributions are always welcome! Check out CONTRIBUTING.md for more information on how to help with fastlane and feel free to tackle this issue yourself 💪

This issue will be auto-closed if there is no reply within 1 month.

@fastlane-bot
Copy link

This issue will be auto-closed because there hasn't been any activity for a few months. Feel free to open a new one if you still experience this problem 👍

@fastlane fastlane locked and limited conversation to collaborators Apr 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants