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
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.
Hi! Just to clarify for us, do you already have a team set in "Signing & Capabilities" in Xcode or are you still getting this error even with it set? We have seen other developers encounter this issue before in which this was the way to resolve it.
Hi, yes, I have a team set in Sign In & Capabilities, and I still get this error. The only solution I found to build the app is by deleting the extra pod files mentioned in the error.
Hi,
Description:
When trying to run an Ionic app in the device with Capacitor
ionic cap run ios
, I encounter the following error:PurchasesHybridCommon-PurchasesHybridCommon
andRevenueCat-RevenueCat
from Pods TARGET in xcodeSteps to Reproduce:
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:
The text was updated successfully, but these errors were encountered: