WebsiteBeaver / capacitor-document-scanner

A Capacitor document scanner plugin for Android and iOS
https://document-scanner.js.org
69 stars 27 forks source link

Support Capacitor 6.0 #22

Open afilp opened 5 months ago

mantosh59 commented 5 months ago

If everything is okay then please merge the PR asap.

fatihtkale commented 4 months ago

Can we get this merged?

fatihtkale commented 4 months ago

image

I get this issue when building to iOS.

fatihtkale commented 4 months ago

also in CapacitorDocumentScanner.podspec s.homepage cannot be null xcode wont build if its null for some reason?

emelampianakis commented 4 months ago

image

I get this issue when building to iOS.

Hello @fatihtkale, it builds fine on my capacitor 6 project, can you make sure your pods are up to date? my pod version is 1.14.3.

fatihtkale commented 4 months ago

image I get this issue when building to iOS.

Hello @fatihtkale, it builds fine on my capacitor 6 project, can you make sure your pods are up to date? my pod version is 1.14.3.

Hey my friend im running 1.15.2 i actually got it to work by manually taking the files and putting them together

fatihtkale commented 4 months ago

the issue with DocScanner was because it couldnt find it and thats a me issue i did a quick and dirty solution and just made a new git repo with the required files and it works now https://github.com/fatihtkale/docusign here

fatihtkale commented 4 months ago

i guess you could also do yarn add WebsiteBeaver/capacitor-document-scanner#22/head to update the package but what i did was just faster for me and easier since pod itself gave me a "s.homepage" undefined error as shown above

vsatya-work commented 4 months ago

@dmarcs Could you please upgrade the plugin to support Capacitor 6.0?

nesgarbo commented 3 months ago

https://github.com/fatihtkale/docusign

Could you please create de repo or put it as public pls.

Thx

Martijn0405 commented 3 months ago

@afilp What is the ETA for this merge?

afilp commented 3 months ago

@Martijn0405 I cannot say as I am not the maintainer of this repo, I just submitted a possible fix. Thanks.

fatihtkale commented 3 months ago

The repo is now public for anyone wanting to use it

mantosh59 commented 1 month ago

Have created plugin which will support latest capacitor version. Check this out.

https://www.npmjs.com/package/mdocument-scanner

Martijn0405 commented 1 week ago

Merge please!