0

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

pod 'GoogleMobileVision/FaceDetector' が存在しません

ポッドのインストールが機能しない

4

2 に答える 2

1

Podfile とエラーの詳細を質問に追加できますか? ポッドを試してみましたが、動作します。

これが私の Podfile の外観です。

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

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

サンプルを試してみることはできますか?

pod try GoogleMobileVision
于 2016-11-08T23:50:13.137 に答える