Code Monkey home page Code Monkey logo

Comments (3)

iCodeWoods avatar iCodeWoods commented on July 19, 2024

I am facing the same issue. Can anyone provide some help?

from fastlane.

cape-yuna avatar cape-yuna commented on July 19, 2024

I'm getting the same issue too, except that the build in question was actually published to both internal and external testers successfully according to App Store Connect. So it appears to be a spurious error message.

from fastlane.

michael298f avatar michael298f commented on July 19, 2024

Hello,
It seems like you’re encountering an issue with assigning TestFlight groups using Fastlane’s pilot. Let’s troubleshoot this together.

Check Default External Group:
By default, if you don’t specify a group, the app will be published to the “External Testers” group.
Make sure you have a default external group set up in your TestFlight destinations.
If you want to publish to other groups, try specifying them using the PILOT_GROUPS environment variable. For example:
PILOT_GROUPS='Group 1','Group 2','Group 3'
Note that you can also pass the groups directly into your testflight call using the groups: argument and a Ruby array.
Code Signing:
Ensure that your code signing is set up correctly. Sometimes issues with code signing can affect TestFlight distribution.
You might find the Code Signing Troubleshooting Guide helpful.
Manual Publish from App Center:
If you’re using the App Center plugin, try manually publishing to the desired group from the App Center website first.
Once you do that, the group should be added as a valid destination for the appcenter_upload Fastlane action.
Give these steps a try, and let me know how it goes! If you encounter any further issues, feel free to ask.
mycenturahealth

Best Regards

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.