Closed Intonovi closed 5 years ago
Hey @Intonovi. Sorry about the delay. I removed the need for cocoapods and directly inserted the required frameworks within the plugin. Although this might cause issues if you have other plugins using the same frameworks. Most likely candidates to cause problems are push notifications plugin and plugins that use firebase.
I could not push this to either github or npm due to file size limitations. So I pushed it to bitbucket from where you can add it as below. This might take a while depending on your connection.
cordova plugin add https://bitbucket.org/bhivedevs/cordova-plugin-mobile-ocr.git
If phonegap does not allow you to add from bitbucket you could also try git cloning the plugin repo, placing it somewhere within your project and then
cordova plugin add <path_to_cloned_folder_containing_plugin.xml>
Note:- There have been a few breaking changes over the past few weeks so make sure to go through the readme if you are using plugin versions that are few versions old.
Hello,
I'm having trouble compiling and building iOS app on build.phonegap.com service online. It does support cocoapods and installs them I guess correctly, but then this happens:
I am not sure why this happens, any help?
I know your guide says there's a manual step for iOS for installing pod, but I don't have Mac, so online build is my only choice. :(