Build not available on iTunes Connect for internal testing through CircleCI fastlane deployment
问题 I am currently trying to set up iOS deployment for a React-Native app, using Fastlane through CircleCI, and I am having an issue where I get to pilot in my fastlane script, I upload the build to iTunes Connect, but the build disappears from being used for TestFlight Internal Testers. If I archive locally and upload the build to iTunes Connect, it will be available for testing. My Fastfile , using version 2.51.0 platform :ios do lane :deploy_staging do match( type: "adhoc", force: true )