I added an extension to my project and while I can get fastlane to produce an ipa locally, CircleCI seems to be failing with this error:
error: No profile for team ‘XXXXXXXXXX’ matching ‘tvos qa top shelf dist’ found: Xcode couldn’t find any provisioning profiles matching ‘XXXXXXXXXX/tvos qa top shelf dist’. Install the profile (by dragging and dropping it onto Xcode’s dock item) or select a different one in the General tab of the target editor. (in target ‘TopShelfQA’)
I’ve added the provisioning profile to CircleCI’s code-signing list and it appears as eligible in XCode… I’m stumped, please help.