YPImagePicker
YPImagePicker copied to clipboard
Catalyst Support Please!
Trying to build this in Catalyst and getting an error, be good to have a wrapper so it won't fail
'jpegPhotoDataRepresentation(forJPEGSampleBuffer:previewPhotoSampleBuffer:)' is unavailable in Mac Catalyst
Same here, thanks for this amazing picker !
Looks very easy to support Catalyst,
just add
#if !targetEnvironment(macCatalyst) ... #endif
where you have some errors
Yea, i guess we could do a PR. I vote @boblepepeur to do this :)
ahaha, I will take a look, i can compile it on catalyst but the view is broken on big screen
This is a great idea, I have very little time available at the moment so if one o you could take a crack at it that'd be great 👍
https://github.com/Yummypets/YPImagePicker/releases/tag/5.2.1 removed jpegPhotoDataRepresentation
. Now should work. Someone test please!