【发布时间】:2016-06-23 14:36:56
【问题描述】:
我正在尝试使用 cocoapods 中的 OpenCV 框架
在我写 pod install 时显示错误
找不到
OpenCV的规范
谁能帮我解决一下?
# Uncomment this line to define a global platform for your project
# platform :ios, '8.0'
# Uncomment this line if you're using Swift
# use_frameworks!
target 'Driver App' do
pod 'AFNetworking', '~> 2.6.3'
pod 'CLImageEditor'
pod 'OpenCV'
end
target 'Driver AppTests' do
end
【问题讨论】:
-
粘贴你的
podfile -
# 取消注释此行以为您的项目定义一个全局平台 # platform :ios, '8.0' # 如果您使用 Swift,请取消注释此行 # use_frameworks! target 'Driver App' do pod 'AFNetworking', '~> 2.6.3' pod 'CLImageEditor' pod 'OpenCV' end target 'Driver AppTests' do end
-
请按格式添加问题