Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
https://developers.google.com/vision/ios/getting-started
pod 'GoogleMobileVision/FaceDetector' が存在しません
ポッドのインストールが機能しない
Podfile とエラーの詳細を質問に追加できますか? ポッドを試してみましたが、動作します。
これが私の Podfile の外観です。
source 'https://github.com/CocoaPods/Specs.git' target "FaceDetector" do pod 'GoogleMobileVision/FaceDetector' end
サンプルを試してみることはできますか?
pod try GoogleMobileVision