cine-io / cineio-broadcast-ios

The cine.io iOS Broadcast SDK
https://www.cine.io/products/broadcast
MIT License
129 stars 36 forks source link

Update CineBroadcasterProtocol.h #2

Closed helloqianqian closed 10 years ago

helloqianqian commented 10 years ago

there is an error "Must use 'enum' tag to refer to type 'CineCameraState'"

jeffreywescott commented 10 years ago

Hi, @helloqianqian.

I'm not sure why you're getting this build error, but I cannot reproduce it. I did, however, just push a change that fixes other Xcode 6- and Yosemite-related build problems.

It seems like CocoaPods haven't quite caught up with Xcode 6.

What version of OS X are you running? What version of Xcode? What version of CocoaPods?

huntermonk commented 10 years ago

I think @helloqianqian is probably trying to run this SDK in a swift environment - I get the same error when running in Swift.

jeffreywescott commented 10 years ago

The newest version (0.5.3) of the SDK should correct this issue.