Following the build instructions, I do `make clean setup` and this generates a `VideoPlayerSample.xcworkspace` However building the VideoPlayerSample target results in the compile error: > /Users/.../VideoPlayerKit/VideoPlayerKitSampleProject/VideoPlayerSample/VideoPlayerSampleViewController.h:4:9: 'VideoPlayerKit.h' file not found This would suggest to me that the workspace is not being setup correctly by the build script
Following the build instructions, I do
make clean setupand this generates aVideoPlayerSample.xcworkspaceHowever building the VideoPlayerSample target results in the compile error:
This would suggest to me that the workspace is not being setup correctly by the build script