fastlane-community / fastlane-plugin-cordova_screenshots

Take screenshots of your Cordova/Ionic app with fastlane
MIT License
17 stars 10 forks source link

SWIFT_VERSION '3.0' is unsupported #22

Closed muratcorlu closed 4 years ago

muratcorlu commented 5 years ago

When I try to use this plugin, I get this error:

❌ error: SWIFT_VERSION '3.0' is unsupported, supported versions are: 4.0, 4.2, 5.0. (in target 'appName')

Here is my system informations:

Ionic: ionic (Ionic CLI) : 4.12.0 (/Users/muratcorlu/.nvm/versions/node/v8.15.1/lib/node_modules/ionic) Ionic Framework : @ionic/angular 4.3.0 @angular-devkit/build-angular : 0.10.6 @angular-devkit/schematics : 7.2.1 @angular/cli : 7.2.1 @ionic/angular-toolkit : 1.5.1 Cordova: cordova (Cordova CLI) : 9.0.0 (cordova-lib@9.0.1) Cordova Platforms : browser 6.0.0, ios 5.0.1 Cordova Plugins : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 2.2.0, (and 15 other plugins) System: ios-sim : ios-sim/9.0.0-dev.4 darwin-x64 node-v8.15.1 NodeJS : v8.15.1 (/Users/muratcorlu/.nvm/versions/node/v8.15.1/bin/node) npm : 6.4.1 OS : macOS Mojave Xcode : Xcode 10.2.1 Build version 10E1001
janpio commented 5 years ago

At what step exactly do you get that? Can you post the complete output you are getting when using this plugin?

fabiodiniz commented 4 years ago

I'm having this problem too!