1

I have got next error when I try to add iOS platform after delete it from phonegap project:

> /usr/local/bin/phonegap platform add ios
Adding ios project...

    Creating Cordova project for the iOS platform:

    Path: platforms/ios

Package: com.domain.app
Name: app

iOS project created with cordova-ios@4.3.1

Error: Cannot find plugin.xml for plugin "com.adobe.plugins.GAPlugin". Please try adding it again.

    Process finished with exit code 1 at 14:12:14.
Execution time: 6,684 ms.

Plugin com.adobe.plugins.GAPlugin is deleted 4 month ago and there are no usage of them in the project.

Does anyone have idea how to fix this problem?

Pavlo Zhukov
  • 3,007
  • 3
  • 26
  • 43

1 Answers1

1

Please remove the com.adobe.plugins.GAPlugin plugin folder from the main plugin folder.

Hiten
  • 724
  • 1
  • 8
  • 23