bamlab/fastlane-plugin-cordova

Usuage with Cocoapods

Opened this issue · 2 comments

I am running the following command

cordova(platform: 'ios',build_flag: ['-UseModernBuildSystem=0'], release: false, type: 'development')

I have a an error here

"cordova-plugin-appcenter-analytics" from config.xml. You might need to try adding it again. Error: The CocoaPods repo has not been synced yet, this will take a long time (approximately 500MB as of Sept 2016). Please run pod setup first to sync the repo.

How best should I use fastlane cordova plugin with cocoapods?

(Fastlane itself has several Cocoapods related actions - not sure how these can be used though.)

I briefly tried one, it expected a PodFile to exist however with Cordova the platform doesn't exist so no PodFile. When I run the Cordova plugin it's through the process of installing the plugins that I get this failure