Coder Social home page Coder Social logo

Comments (2)

lacostej avatar lacostej commented on April 27, 2024

I believe api_key is an option to deliver but you seem to be passing it the fastlane CLI instead.

See how this is done in the Passing parameters section of the doc.

from fastlane.

arpitmishra-eaton avatar arpitmishra-eaton commented on April 27, 2024

Hi @lacostej

I have tried the CLI command: fastlane ios release filepath: $(API Key ID) key_id: $(API Issuer ID) issuer_id:$(API Key base 64) build_number: *** app_version:***** team_id:**** app_identifier:*******' metadata_path:'$(Build.SourcesDirectory)/ios/fastlane/metadata/en-US/release_notes.txt'

and fastlane file:

deliver(
api_key = app_store_connect_api_key(
key_id: options[:filepath],
issuer_id: options[:key_id],
key_content: options[:issuer_id],
),
pilot(api_key: api_key),
skip_binary_upload: false,
force: true,
build_number: options[:build_number],
automatic_release: true,
submit_for_review: true,
team_id: options[:team_id],
app_version: options[:app_version],
app_identifier: options[:app_identifier],
metadata_path: options[:metadata_path],
skip_screenshots: true,
overwrite_screenshots: false,
precheck_include_in_app_purchases: false,
# https://github.com/artsy/eigen/blob/faa02e2746194d8d7c11899474de9c517435eca4/fastlane/Fastfile#L131-L149
submission_information: {
add_id_info_uses_idfa: false,
}
)

and receiving "invalid curve issue"

024-02-19T07:05:09.7887420Z [07:05:09]: �[33mGet started using a Gemfile for fastlane https://docs.fastlane.tools/getting-started/ios/setup/#use-a-gemfile�[0m
2024-02-19T07:05:12.0824780Z [07:05:12]: �[32m------------------------------�[0m
2024-02-19T07:05:12.0921720Z [07:05:12]: �[32m--- Step: default_platform ---�[0m
2024-02-19T07:05:12.0923210Z [07:05:12]: �[32m------------------------------�[0m
2024-02-19T07:05:12.0963490Z [07:05:12]: �[32mDriving the lane 'ios release' 🚀�[0m
2024-02-19T07:05:12.1070550Z [07:05:12]: �[32m---------------------------------------�[0m
2024-02-19T07:05:12.1077590Z [07:05:12]: �[32m--- Step: app_store_connect_api_key ---�[0m
2024-02-19T07:05:12.1080360Z [07:05:12]: �[32m---------------------------------------�[0m
2024-02-19T07:05:12.1081170Z +--------------------------------+
2024-02-19T07:05:12.1081530Z | �[33mLane Context�[0m |
2024-02-19T07:05:12.1081820Z +------------------+-------------+
2024-02-19T07:05:12.1082050Z | DEFAULT_PLATFORM | ios |
2024-02-19T07:05:12.1082390Z | PLATFORM_NAME | ios |
2024-02-19T07:05:12.1082600Z | LANE_NAME | ios release |
2024-02-19T07:05:12.1082860Z +------------------+-------------+
2024-02-19T07:05:12.1083120Z [07:05:12]: �[31minvalid curve name�[0m
2024-02-19T07:05:12.1484520Z
2024-02-19T07:05:12.1586060Z +------------------------------------------------+
2024-02-19T07:05:12.1645410Z | �[32mfastlane summary�[0m |
2024-02-19T07:05:12.1646300Z +------+---------------------------+-------------+
2024-02-19T07:05:12.1646600Z | Step | Action | Time (in s) |
2024-02-19T07:05:12.1646870Z +------+---------------------------+-------------+
2024-02-19T07:05:12.1647420Z | 1 | default_platform | 0 |
2024-02-19T07:05:12.1647920Z | 💥 | �[31mapp_store_connect_api_key�[0m | 0 |
2024-02-19T07:05:12.1648240Z +------+---------------------------+-------------+
2024-02-19T07:05:12.1648330Z
2024-02-19T07:05:12.1648650Z [07:05:12]: �[31mfastlane finished with errors�[0m
2024-02-19T07:05:12.1649600Z
2024-02-19T07:05:12.1747470Z Looking for related GitHub issues on fastlane/fastlane...

from fastlane.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.