You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
since a week or so we aren't able to build our iOS-app via fastlane, because the generated "Pods.xcodeproj" complains about a development team configuration for the "AwesomeEnum-Awesome" bundle. The framework is still fine fine but the bundle suddenly wants a development team configuration which we can't change via XCode directly, because we are using as CI-System which calls fastlane to generated the app.
So what is this "AwesomeEnum-Awesome" and how can we configure its development team via fastlane?
Thanks for your help.
Error-Log entry: IOSClient/Pods/Pods.xcodeproj: error: Signing for "AwesomeEnum-Awesome" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'AwesomeEnum-Awesome' from project 'Pods')
The text was updated successfully, but these errors were encountered:
Hi everybody,
since a week or so we aren't able to build our iOS-app via fastlane, because the generated "Pods.xcodeproj" complains about a development team configuration for the "AwesomeEnum-Awesome" bundle. The framework is still fine fine but the bundle suddenly wants a development team configuration which we can't change via XCode directly, because we are using as CI-System which calls fastlane to generated the app.
So what is this "AwesomeEnum-Awesome" and how can we configure its development team via fastlane?
Thanks for your help.
Error-Log entry:
IOSClient/Pods/Pods.xcodeproj: error: Signing for "AwesomeEnum-Awesome" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'AwesomeEnum-Awesome' from project 'Pods')
The text was updated successfully, but these errors were encountered: