-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Description
[REQUIRED] Step 1: Describe your environment
- Xcode version: 14.0 Beta (14A5228q)
- Firebase SDK version: 9.1.0
- Installation method:
Cocoapods - Firebase Component: InAppMessaging
- Target platform(s):
iOS
[REQUIRED] Step 2: Describe the problem
When using Xcode 14 to build an iOS project containing the InAppMessaging component, the build fails with a code signing issue:
Signing for "FirebaseInAppMessaging-InAppMessagingDisplayResources" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'FirebaseInAppMessaging-InAppMessagingDisplayResources' from project 'Pods'
Steps to reproduce:
- Add
FIrebaseInAppMessagingpod toPodfile - Run
pod install - Build iOS project in Xcode 14.
- Error is shown:
Signing for "FirebaseInAppMessaging-InAppMessagingDisplayResources" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'FirebaseInAppMessaging-InAppMessagingDisplayResources' from project 'Pods'
Quick fix
Selecting the team in the Signing & Capabilities tab of the FirebaseInAppMessaging-InAppMessagingDisplayResources project fixes the build.