microsoft/appcenter-sdk-apple

error: Signing for "AppCenter_AppCenterDistribute" requires a development team.

bpfingsten-crestron opened this issue · 3 comments

When running a build in fastlane using gym I get the following error:

error: Signing for "AppCenter_AppCenterDistribute" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'AppCenter_AppCenterDistribute' from project 'AppCenter')

I am using the latest 5.0.3 with SPM and Xcode 14.1

@bpfingsten-crestron, it appears that the error you're encountering is related to your Xcode project configuration rather than an issue with the AppCenter SDK. It's important to ensure that your code signing is correctly set up for all the targets you are building in your Xcode project.

If you've created the AppCenter_AppCenterDistribute target yourself, please verify whether it's necessary for your project. If it is indeed needed, make sure to set up the signing for this target correctly.

If the AppCenter_AppCenterDistribute target was created automatically, you should investigate the step or process that generates it and verify whether it is necessary for your project. If it is required, ensure that the step includes proper signing configurations.

In summary, this error is likely due to misconfigured code signing settings for the AppCenter_AppCenterDistribute target in your Xcode project. Review and correct the signing settings as needed to resolve this issue.

I'll close this issue. If the problem continues and you think it's an SDK issue, please reopen.

@bpfingsten-crestron Were you able to resolve this for your pipeline please? We are facing the same issue.