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

Can't build in IOS xcode

Open ppappukim opened this issue 4 years ago • 6 comments

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.

ppappukim avatar Dec 03 '20 03:12 ppappukim

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

axelrchr avatar Feb 22 '21 15:02 axelrchr

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

ppappukim avatar Feb 22 '21 15:02 ppappukim

Same here. Getting errors in xCode swift

elvisgraho avatar Feb 25 '21 11:02 elvisgraho

I am also getting the same errors in xcode

tylerku avatar Mar 03 '21 20:03 tylerku

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

betocode avatar Jun 24 '22 20:06 betocode

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

pedrumgolriz avatar Sep 04 '22 18:09 pedrumgolriz