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')