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

didn't show check icon #240

Open z563721 opened 7 years ago

z563721 commented 7 years ago

When download in cocoapods, the image resource is nil. By the way, it's some wrong in cocoaPods:"[!] The dependency CTAssetsPickerController (from.) is not used in any concrete target." . I use "pod init" to re-create podfile and fixed And demo crash in iOS 10, should be add Privacy properties in info.plist ------------------------Feb 4th, 2017 modified------------------------ CocoaPods Version : 1.0.1

nwkeeley commented 7 years ago

+1

mariocuellar1 commented 7 years ago

+1

nwkeeley commented 7 years ago

git@github.com:asivura/CTAssetsPickerController.git

From this thread: https://github.com/chiunam/CTAssetsPickerController/issues/231#issuecomment-237671157

zhuxinleibandou commented 7 years ago

CocoaPods 1.0+ ? if you use CocoaPods 0.39, don't had this problem。 you can open CTAssetsPickerController demo,and find image resource, copy it for your project,it will be ok . you can look it: http://blog.csdn.net/qq_27304667/article/details/53218547

kk-vv commented 7 years ago

pod 'CTAssetsPickerController', :git => 'https://git.oschina.net/qcrm/ctassetspickercontroller.git'

VivekKumarTyagi commented 6 years ago

Thanks @iFallen it helped me.