LiveUI / Awesome

FontAwesome 6 Swift & SwiftUI implementation for iOS, tvOS & macOS
MIT License
97 stars 27 forks source link

error: Signing for "AwesomeEnum-Awesome" requires a development team #70

Open RenBrand opened 1 year ago

RenBrand commented 1 year ago

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