cordova-plugin-photo-library icon indicating copy to clipboard operation
cordova-plugin-photo-library copied to clipboard

Xcode 10.2 - SWIFT_VERSION '3.0' is unsupported, supported versions are: 4.0, 4.2, 5.0.

Open SCasarotto opened this issue 5 years ago • 2 comments

No matter what I try it seems this plugin is stopping me from building without downgrading my xcode back to 10.1. Does anyone have any suggestions? Is there a Fork that has migrated to a newer version of swift?

SCasarotto avatar Jun 26 '19 17:06 SCasarotto

+1 also with me, my Xcode is 10.2. I also tried this solution #157 but get some errors related to the swift compiler.

AmrAbdalrahman avatar Jul 08 '19 13:07 AmrAbdalrahman

I solved it just setting Swift Language Version to Swift 4 in Xcode, see https://stackoverflow.com/a/55373853/1805493

jetma avatar Nov 12 '19 10:11 jetma