【问题标题】:Google Mobile Vision iOS issue谷歌移动视觉 iOS 问题
【发布时间】:2017-03-20 11:21:18
【问题描述】:

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

pod 'GoogleMobileVision/FaceDetector' 不存在

pod 安装不起作用

【问题讨论】:

  • 我也有同样的问题,你找到解决办法了吗?
  • 更新到 cocoapod 1.2.0,它为我解决了这个问题。

标签: ios mobile apple-vision google-ios-vision


【解决方案1】:

您能否将您的 Podfile 和错误详细信息添加到问题中?我尝试了吊舱,它可以工作。

这是我的 Podfile 的样子,

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

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

你可以试用样品吗?

pod try GoogleMobileVision

【讨论】:

    【解决方案2】:

    使用-> pod'GoogleMobileVision/FaceDetector' 并链接项目目标中的所有框架->构建阶段->将二进制文件与库链接。 它肯定会起作用。

    googlemobilevision.framework
    
    facedetector.framework
    
    GoogleInterchangeUtilities.framwrok
    
    GoogleNetworkingUtilities.framework
    
    GoogleSymbolUtilities.framework
    
    GoogleUtilities.framework
    

    【讨论】:

      猜你喜欢
      • 2019-11-24
      • 2017-07-26
      • 2016-11-10
      • 1970-01-01
      • 1970-01-01
      • 2017-06-30
      • 1970-01-01
      • 2020-03-17
      • 1970-01-01
      相关资源
      最近更新 更多