-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Correction] Missing Podfile entry #2
Comments
Hey @vshy108 The 'GoogleMobileVision/TextDetector' pod dependency is bundled along with the plugin in the plugin.xml. After install of the plugin you need to follow the following steps in iOS as mentioned in the readme.
You followed the above steps and it did not work? Did you still have to add |
After I installed the plugin with Visual studio 2017 by opening designer view of config.xml of my project, PodFile is not created under ios folder. Hence I manually created new PodFile and fill in the dependency in my case. The following line in plugin.xml will create the new PodFile if not found any? |
Oh cool. If you are manually creating the podfile then you will have to add it. If you use cordova, then cordova will automatically add the podfile and all you have to do is pod update. Anyhow thank you for raising this issue :) |
I need to add
pod 'GoogleMobileVision/TextDetector'
to PodFile so that it will download the necessary SDK file for ios build.
May be it should be included in the README.md file explanation? thanks
The text was updated successfully, but these errors were encountered: