piemonte / PBJVision

📸 iOS Media Capture – features touch-to-record video, slow motion, and photography

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PBJVision used in Xcode 6.3 with swift 1.2 delegate method name conflicts with optional requirement name

n8stowell82 opened this issue · comments

While this setup is probably not completely supported, I thought I would report an issue I am having with pbjvision while using it from swift 1.2 project

Objective-C method 'vision:capturedVideo:error:' provided by method 'vision(:capturedVideo:error:)' conflicts with optional requirement method 'vision(:capturedVideo:error:)' in protocol 'PBJVisionDelegate'

thanks @n8stowell82 this has been reported and should be fixed on master

has this been updated so that cocoapods will pick it up? I just did a pod update

@n8stowell82 not yet, you can point the Podfile to head, will submit soon.

pod 'PBJVision', :head

thank you so much!