cordova-plugin-photo-library
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.
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?
+1 also with me, my Xcode is 10.2. I also tried this solution #157 but get some errors related to the swift compiler.
I solved it just setting Swift Language Version
to Swift 4
in Xcode, see https://stackoverflow.com/a/55373853/1805493