In my project I am using various Swif libraries. Because of that I have to add use_frameworks! to my Podfile.
When doing that, I first got the error that VCSimleSession.h could not be found.
I could solve this In CineBroadcasterProtocol.h by changing:
In my project I am using various Swif libraries. Because of that I have to add use_frameworks! to my Podfile. When doing that, I first got the error that VCSimleSession.h could not be found. I could solve this In CineBroadcasterProtocol.h by changing:
import <videocore/api/iOS/VCSimpleSession.h>
In:
import <videocore/VCSimpleSession.h>
After that I get an error iostream file not found for the #include in VideoCore\AudioMixer.h
This looks related to:
http://stackoverflow.com/questions/29501154/cocoapods-spec-that-uses-c-and-compiles-as-a-framework