Skip to content

[ios] error: Signing for "RevenueCat-RevenueCat" requires a development team #298

@FahmiChaar

Description

@FahmiChaar

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

image

Steps to Reproduce:

  1. Create a new Ionic project with Capacitor.
  2. npm i @revenuecat/purchases-capacitor@next
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions