NeutrinosPlatform / cordova-plugin-mobile-ocr

A cordova plugin that can accept image URI or Base64 data and returns the text present in the image as string without need for network. You can also try :- https://github.com/NeutrinosPlatform/cordova-plugin-ml-text
MIT License
49 stars 30 forks source link

"framework" tag with type "podspec" is deprecated and will be removed. Please use the "podspec" tag. #15

Closed Polm90 closed 5 years ago

Polm90 commented 5 years ago

When I add the plugin in the ios platform, i receive this warning (cordova 9.0.0 and cordova-ios 5.0.1). Plugin version 3.1.1

ChrisTomAlx commented 5 years ago

Hey @Polm90 . Yea the latest cordova 9.0.0 added a new tag for adding cocoapod frameworks. But since older cordova versions won't support this. I won't be switching to this tag atleast for a while. In the meantime, it is just a deprecation notice and it won't affect you in any way atleast for a few more releases of cordova. Although if you absolutely don't want to see it you can downgrade to cordova@8.x.x by doing the following :-

Cheers, Chris Neutrinos

Polm90 commented 5 years ago

Thank you.

I've should label it differently (sorry, I forgot to change the label): I only wanted to inform you about the warning :)

ChrisTomAlx commented 5 years ago

No worries. Always a pleasure to help. Let me know if you run into any troubles.

Cheers, Chris Neutrinos