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

Can't build in IOS xcode #197

Open ppappukim opened 3 years ago

ppappukim commented 3 years ago

Is working in android.

but is not working in IOS xcode

this is my error image image image

please let me know if you guys have any lucks. thank you.

axelrchr commented 3 years ago

Do you still have the error ? I juste remove 'character' to solve this

ppappukim commented 3 years ago

oh thank you for the feedback! I will try remove 'character'

elvisgraho commented 3 years ago

Same here. Getting errors in xCode

swift
tylerku commented 3 years ago

I am also getting the same errors in xcode

betocode commented 1 year ago

bump, still having this erros ,any solution? using swift 5

pedrumgolriz commented 1 year ago

Line 669 of PhotoLibraryService.swift: Change from url.characters.count to url.count

Find and replace all instances of UIImageOrientation with UIImage.Orientation

That should do it