Hi,
Description:
When trying to run an Ionic app in the device with Capacitor ionic cap run ios, I encounter the following error:
- Plugin Version : 8.0.0-beta.4
/ios/App/Pods/Pods.xcodeproj: error: Signing for "PurchasesHybridCommon-PurchasesHybridCommon" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'PurchasesHybridCommon-PurchasesHybridCommon' from project 'Pods')
error: Signing for "RevenueCat-RevenueCat" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'RevenueCat-RevenueCat' from project 'Pods')
[capacitor] ** BUILD FAILED **
- To bypass this error i need to delete :
PurchasesHybridCommon-PurchasesHybridCommon and RevenueCat-RevenueCat from Pods TARGET in xcode

Steps to Reproduce:
- Create a new Ionic project with Capacitor.
npm i @revenuecat/purchases-capacitor@next
ionic cap run ios
Expected Behavior:
The app should run successfully without requiring manual intervention for setting the development team.
Actual Behavior:
The build process fails with the error message mentioned above, indicating that a development team needs to be selected for signing the "PurchasesHybridCommon-PurchasesHybridCommon" target.
Additional Information:
Ionic:
Ionic CLI : 7.2.0
Ionic Framework : @ionic/angular 6.2.1
@angular-devkit/build-angular : 14.1.1
@angular-devkit/schematics : 14.1.1
@angular/cli : 14.1.1
@ionic/angular-toolkit : 6.1.0
Capacitor:
Capacitor CLI : 6.1.0
@capacitor/android : 6.1.0
@capacitor/core : 6.1.0
@capacitor/ios : 6.1.0
Hi,
Description:
When trying to run an Ionic app in the device with Capacitor
ionic cap run ios, I encounter the following error:PurchasesHybridCommon-PurchasesHybridCommonandRevenueCat-RevenueCatfrom Pods TARGET in xcodeSteps to Reproduce:
npm i @revenuecat/purchases-capacitor@nextionic cap run iosExpected Behavior:
The app should run successfully without requiring manual intervention for setting the development team.
Actual Behavior:
The build process fails with the error message mentioned above, indicating that a development team needs to be selected for signing the "PurchasesHybridCommon-PurchasesHybridCommon" target.
Additional Information: