https://developers.google.com/vision/ios/getting-started
pod 'GoogleMobileVision/FaceDetector' does not exist
pod install does not work
https://developers.google.com/vision/ios/getting-started
pod 'GoogleMobileVision/FaceDetector' does not exist
pod install does not work
NIRAV BHAVSAR
On
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
Copyright © 2021 Jogjafile Inc.
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,
Are you able to try out the samples?