remirobert / CameraEngine

:monkey::camera: Camera engine for iOS, written in Swift, above AVFoundation. :monkey:
https://github.com/remirobert/CameraEngine
MIT License
583 stars 106 forks source link

Make scheme shared. #56

Closed davidwu226 closed 8 years ago

davidwu226 commented 8 years ago

The scheme needs to be made shared to allow Carthage to work. Otherwise, Carthage will fail with:

Dependency "CameraEngine" has no shared framework schemes for any of the platforms: iOS

remirobert commented 8 years ago

thanks !!