terikon / cordova-plugin-photo-library

Maintainer needed. Please contact if you're using this library in your project
MIT License
149 stars 295 forks source link

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

Open SCasarotto opened 4 years ago

SCasarotto commented 4 years ago

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?

AmrAbdalrahman commented 4 years ago

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

jetma commented 4 years ago

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