VideoCore-Inactive icon indicating copy to clipboard operation
VideoCore-Inactive copied to clipboard

VideoCore (~> 0.3.1)` is not used in any concrete target.

Open zhangkom opened this issue 8 years ago • 1 comments

VideoCore (~> 0.3.1)` is not used in any concrete target.

zhangkom avatar Aug 12 '16 07:08 zhangkom

Add the target element to your Podfile:

target "MyProject" do pod 'VideoCore', '~> 0.3.1' end

alejandroivan avatar Oct 24 '16 19:10 alejandroivan