1and2papa / CTAssetsPickerController

iOS control that allows picking multiple photos and videos from user's photo library.
MIT License
2.15k stars 550 forks source link

demo无法运行 #204

Closed ghost closed 8 years ago

ghost commented 8 years ago

执行pod install报错如下: Updating local specs repositories Analyzing dependencies [!] The dependency CTAssetsPickerController (from.) is not used in any concrete target.

ghost commented 8 years ago

使用pod 1.0.0.beta.2

修改podfile后如下后解决:

platform :ios, '8.0'

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

target "CTAssetsPickerDemo" do pod 'CTAssetsPickerController', :path => '.' end

use_frameworks!