Telerik-Verified-Plugins / ImagePicker

Cordova Plugin For Multiple Image Selection
MIT License
182 stars 331 forks source link

build fail ios 'UIImage+fixOrientation.m' file not found error #180

Open parthnayak7448 opened 4 years ago

parthnayak7448 commented 4 years ago

I am using ionic 4 and Capacitor framework. I am using cordova-plugin-fingerprint-aio plugin for biometerics auth in app. When i use [https://github.com/Telerik-Verified-Plugins/ImagePicker] in the project it clash with the fingureprint-aio plugin and builds fail in ios with error 'UIImage+fixOrientation.m' file not found error

stevenleija commented 4 years ago

Same here.

sbpark808 commented 4 years ago

you try

import "UIImage+fixOrientation.h" -->

import "UIImage+fixOrientation.m"

cnkker commented 4 years ago

same here

ThonyFD commented 3 years ago

Solve in 2.3.6