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
"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?
The text was updated successfully, but these errors were encountered:
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
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 setupfirst to sync the repo.
How best should I use fastlane cordova plugin with cocoapods?
The text was updated successfully, but these errors were encountered: