0

https://developers.google.com/vision/ios/getting-started

pod 'GoogleMobileVision/FaceDetector' does not exist

pod install does not work

Andy Jazz
  • 49,178
  • 17
  • 136
  • 220

2 Answers2

1

Can you add your Podfile and the error detail to the question? I tried the pod and it works.

Here's what my Podfile looks like,

source 'https://github.com/CocoaPods/Specs.git'

target "FaceDetector" do
  pod 'GoogleMobileVision/FaceDetector'
end

Are you able to try out the samples?

pod try GoogleMobileVision
0

use - > pod'GoogleMobileVision/FaceDetector' and link all frameworks in Project target->build phases -> link binaries with libraries. It will work it definetly.

googlemobilevision.framework

facedetector.framework

GoogleInterchangeUtilities.framwrok

GoogleNetworkingUtilities.framework

GoogleSymbolUtilities.framework

GoogleUtilities.framework
NIRAV BHAVSAR
  • 152
  • 12