fastlane-community / fastlane-plugin-cordova_screenshots

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

[iOS] swift version 3.0 is not supported #29

Open andrey3diq opened 4 years ago

andrey3diq commented 4 years ago

After retrofit I've got the new test_schema in the workspace. I can't compile it because Build Settings -> Swift Language Version is set to Swift 3.0 (unsupported). It should be Swift 5.0.

I use XCode version 11.3.

janpio commented 4 years ago

I recently merged a PR that fixes this: https://github.com/ionic-zone/fastlane-plugin-cordova_screenshots/pull/24 I did not get to release that change though, so you will have to either wait for that (no ETA) or use the code from the GitHub repo directly.

andrey3diq commented 4 years ago

Great, thanks @janpio I'll try the latest version. I hope it will fix my other issues too.

mutschler commented 1 year ago

so this won't be released at all?