Giter Site home page Giter Site logo

Comments (3)

Westacular avatar Westacular commented on May 2, 2024

Apple still doesn't allow the creation of App Store Connect API Keys for Enterprise Developer accounts ... and only Enterprise Developer accounts are able to create enterprise provisioning profiles ... so whatever you're trying to do is not going to work.

from fastlane.

mczxdsn avatar mczxdsn commented on May 2, 2024

We have Enterprise Developer account. But as I understand it is not possible to use API Keys for Enterprise Profiles?
Is there any other method working in 2024 for Enterprise to avoid 2FA on CI machines?

from fastlane.

jackdean23 avatar jackdean23 commented on May 2, 2024

Hello,The error you're encountering with Fastlane's match command seems to be related to a problem with the Spaceship.client object, which is returning nil. This issue arises specifically when you're trying to use an enterprise certificate with the App Store Connect API Key. The undefined method 'in_house?' for nil:NilClass (NoMethodError) suggests that the method in_house? is being called on a nil object, implying that the Spaceship client isn't properly initialized or authenticated before this method call.

To resolve this issue, ensure that your Fastlane setup correctly initializes the Spaceship client and that it's authenticated before attempting to use methods dependent on it. This typically involves making sure your App Store Connect API key is correctly configured and passed to the app_store_connect_api_key method. Also, check that the in_house flag is correctly set based on your organization's account type (true for enterprise accounts). If these settings are correct, and you're still facing the issue, consider checking Fastlane's GitHub issues for similar problems or updating your Fastlane to the latest version, as you might be encountering a bug that has been fixed in a newer release.

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.