shirsh94 / flutter_doc_scanner

MIT License
5 stars 6 forks source link

Swift Compiler Error (Xcode) #4

Closed ASDdgomez closed 4 months ago

ASDdgomez commented 5 months ago

Hi, in iOS i have this error image Podffile image iOS Deployment image

Later

image

Xcode Error

and later

image

shirsh94 commented 5 months ago

I've made significant changes to the iOS code in version 0.0.5. Can you please review and confirm?

ASDdgomez commented 5 months ago

Hi, The app is done, but when I take the photo: image

shirsh94 commented 5 months ago

Is it related to document scanner or not? If yes, then please clarify which points are not working:

1) Document scan in iOS with camera scanning and dynamic cropping. 2) Document scan in iOS with gallery image scanning. 3) Custom cropping of documents in iOS with camera scanning.

ASDdgomez commented 5 months ago

Hi, in iOS : When push getDocument() , shows the photo taking screen, 1 second later closes the application, showing the message

shirsh94 commented 5 months ago

This may be a project setup issue. Please verify by checking here: GitHub - flutter_doc_scanner README

ASDdgomez commented 4 months ago

Hi, With this configuration, is working in iOS, Thanks