GithubHelp home page GithubHelp logo

Comments (11)

ffqs avatar ffqs commented on June 1, 2024 3

Hi all! Excellent, im success build my app. Besides set Apple Developer Connection in Account settings, need select him on Team tab. Thx for responses
Снимок экрана 2020-02-05 в 8 21 21

scroll to bottom and...

Снимок экрана 2020-02-05 в 8 21 39

from steps-ios-auto-provision.

ffqs avatar ffqs commented on June 1, 2024

I have same problem, please, help

+------------------------------------------------------------------------------+

| (5) [email protected]                                                 |
+------------------------------------------------------------------------------+
| id: ios-auto-provision                                                       |
| version: 1.5.2                                                               |
| collection: https://github.com/bitrise-io/bitrise-steplib.git                |
| toolkit: bash                                                                |
| time: 2020-02-01T18:12:45Z                                                   |
+------------------------------------------------------------------------------+
|                                                                              |
Successfully installed bundler-1.17.3
Parsing documentation for bundler-1.17.3
Installing ri documentation for bundler-1.17.3
Done installing documentation for bundler after 4 seconds
1 gem installed
$ bundle install
$ bundle exec ruby /var/folders/6q/wgy6jtp12w5gzgm9lzcglpqw0000gn/T/bitrise530080915/step_src/step.rb
Params:
team_id: DQ4MSB6CFW
certificate_urls: ***
min_profile_days_valid: 0
passphrases: ***
distribution_type: ad-hoc
project_path: ./ios/[REDACTED].xcworkspace
scheme: [REDACTED]Dev
configuration: ReleaseDev
build_url: https://app.bitrise.io/build/8015ca636e66d880
build_api_token: ***
keychain_path: /Users/vagrant/Library/Keychains/login.keychain
keychain_password: ***
verbose_log: no
generate_profiles: no
Developer Portal authentication
Error:
developer portal apple id not provided for this build
Stacktrace (for debugging):
/private/var/folders/6q/wgy6jtp12w5gzgm9lzcglpqw0000gn/T/bitrise530080915/step_src/lib/autoprovision/auth_data.rb:21:in `validate'
/private/var/folders/6q/wgy6jtp12w5gzgm9lzcglpqw0000gn/T/bitrise530080915/step_src/lib/autoprovision/auth_helper.rb:21:in `login'
/var/folders/6q/wgy6jtp12w5gzgm9lzcglpqw0000gn/T/bitrise530080915/step_src/step.rb:25:in `<main>'
|                                                                              |
+---+---------------------------------------------------------------+----------+
| x | [email protected] (exit code: 1)                       | 46.32 sec|
+---+---------------------------------------------------------------+----------+
| Issue tracker: ...github.com/bitrise-steplib/steps-ios-auto-provision/issues |
| Source: https://github.com/bitrise-steplib/steps-ios-auto-provision          |
+---+---------------------------------------------------------------+----------+

from steps-ios-auto-provision.

karapigeon avatar karapigeon commented on June 1, 2024

Hi @abd0ibrahim @ffqs,

Thank you for reaching out.

Can you please provide us with your bitrise.yml file as well?

Thanks,
Luna

from steps-ios-auto-provision.

ffqs avatar ffqs commented on June 1, 2024

Hi @non-binary
I changed team id and project name text to $TEAM_ID and $PROJECT_NAME for this comment

---
format_version: '4'
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
project_type: react-native
workflows:
  android_DEV:
    steps:
    - [email protected]:
        run_if: '{{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}'
    - [email protected]: {}
    - [email protected]:
        title: Install dependencies
    - [email protected]:
        title: Lint
        inputs:
        - command: lint
    - [email protected]:
        inputs:
        - destination: "$PROJECT_LOCATION/app/$PROJECT_NAME.keystore"
        - source: "$BITRISEIO_ANDROID_KEYSTORE_URL"
    - [email protected]:
        inputs:
        - new_version_name: 1.0.$BITRISE_BUILD_NUMBER
        - build_gradle_path: "$PROJECT_LOCATION/app/build.gradle"
    - [email protected]:
        inputs:
        - gradlew_path: "$PROJECT_LOCATION/gradlew"
    - [email protected]:
        inputs:
        - variant: devRelease
        - module: "$MODULE"
        - project_location: "$PROJECT_LOCATION"
    - [email protected]:
        inputs:
        - notify_email_list: "$QA_EMAILS"
  android_QA:
    steps:
    - [email protected]:
        run_if: '{{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}'
    - [email protected]: {}
    - [email protected]:
        title: Install dependencies
    - [email protected]:
        title: Lint
        inputs:
        - command: lint
    - [email protected]:
        inputs:
        - destination: "$PROJECT_LOCATION/app/$PROJECT_NAME.keystore"
        - source: "$BITRISEIO_ANDROID_KEYSTORE_URL"
    - [email protected]:
        inputs:
        - new_version_name: 1.0.$BITRISE_BUILD_NUMBER
        - build_gradle_path: "$PROJECT_LOCATION/app/build.gradle"
    - [email protected]:
        inputs:
        - gradlew_path: "$PROJECT_LOCATION/gradlew"
    - [email protected]:
        inputs:
        - variant: originalRelease
        - module: "$MODULE"
        - project_location: "$PROJECT_LOCATION"
    - [email protected]:
        inputs:
        - notify_email_list: "$QA_EMAILS"
  ios_DEV:
    steps:
    - [email protected]:
        inputs:
        - verbose: 'true'
    - [email protected]: {}
    - [email protected]: {}
    - [email protected]:
        inputs:
        - build_short_version_string: 1.0.$BITRISE_BUILD_NUMBER
        - plist_path: "./ios/$PROJECT_NAME/Info.plist"
    - [email protected]:
        inputs:
        - source_root_path: "./ios"
    - [email protected]:
        inputs:
        - team_id: $TEAM_ID
        - scheme: $PROJECT_NAMEDev
        - configuration: ReleaseDev
        - distribution_type: ad-hoc
        - project_path: "./ios/$PROJECT_NAME.xcworkspace"
    - [email protected]:
        inputs:
        - configuration: ReleaseDev
        - export_method: ad-hoc
        - scheme: $PROJECT_NAMEDev
        - team_id: TEAM_ID
        - icloud_container_environment: Development
        - project_path: "./ios/$PROJECT_NAME.xcworkspace"
    - [email protected]:
        inputs:
        - notify_email_list: "$QA_EMAILS"
    meta:
      bitrise.io:
        stack: osx-xcode-11.3.x
app:
  envs:
  - opts:
      is_expand: false
    PROJECT_LOCATION: android
  - opts:
      is_expand: false
    MODULE: app
  - opts:
      is_expand: false
    VARIANT: ''
  - opts:
      is_expand: false
    BITRISE_PROJECT_PATH: ios/$PROJECT_NAME.xcworkspace
  - opts:
      is_expand: false
    BITRISE_SCHEME: $PROJECT_NAMEDev
  - opts:
      is_expand: false
    BITRISE_EXPORT_METHOD: ad-hoc

from steps-ios-auto-provision.

abd0ibrahim avatar abd0ibrahim commented on June 1, 2024

@ffqs @non-binary I actually connected my apple id account in bitrise profile and it worked !
Thanks for replying and additional illustration for apple account connect may be helpful.

from steps-ios-auto-provision.

ffqs avatar ffqs commented on June 1, 2024

@abd0ibrahim thx, I'm connected to apple in bitrise

from steps-ios-auto-provision.

karapigeon avatar karapigeon commented on June 1, 2024

@abd0ibrahim @ffqs Great to hear! I am still in training and was about to to post that (as feedback given by a colleague). I'll pass on this feedback.

from steps-ios-auto-provision.

ffqs avatar ffqs commented on June 1, 2024

@non-binary @abd0ibrahim sorry, its not help, build not worked

from steps-ios-auto-provision.

rachid-debu avatar rachid-debu commented on June 1, 2024

Hello there, I still have the same issue, but I did provide the Apple Developer Portal Account.

I don't understand..

api-apple-2

By the way, it seems the menu has changed.
(Also, I don't have any choices available for the deprecated option)

from steps-ios-auto-provision.

karapigeon avatar karapigeon commented on June 1, 2024

Hi @rachid-debu,

Please open a new GH issue as this the GUI has changed.

from steps-ios-auto-provision.

rachid-debu avatar rachid-debu commented on June 1, 2024

hi @non-binary ok opened a new one
#126
thanks

from steps-ios-auto-provision.

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.