itunesconnect - iOS build not showing up for testflight beta testing -
i building ipa (via fastlane distribution profile). entitlements show beta-reports-active=1
:
upload apploader successful - it's not showing testing:
the build shows under "activity" though - showing "missing beta entitlements"
looking build details on itunes connect entitlements seem missing beta entitlements:
anyone clue missing?
the problem fastlane
gym
(in case) creating ipa invalid. ditched , building through xcodebuild
without problems.
both payload/*.app/embedded.mobileprovision
, codesign -d --entitlements :- payload/*.app
need have beta-reports-active = 1
set. wasn't case gym
. see github issue explaining details
without use_legacy_build_api: true
gym
has trouble picking right provisioning profile.
Comments
Post a Comment