I have been trying for days to compile VLCKit under my OS X 10.10 (Yosemite), Macbook Pro Retina 64bit environment, XCode 6.1
I tried to follow all these guides:
- https://wiki.videolan.org/VLCKit/ (tried to follow the steps from "Building the framework for OS X". Dozens of errors in XCode
- https://metakermit.com/2010/how-to-set-up-vlckit-in-os-x/
- Compile VLCKit on Mac OS 10.9
Especially the last one really looked like it could work. I followed all the steps, but the
xcodebuild -project VLCKit.xcodeproj -verbose -target "Make VLC" -configuration Release
command will just fail with
** BUILD FAILED **
The following build commands failed:
PhaseScriptExecution make build/VLCKit.build/Release/Make\ VLC.build/Script-6337548010ED091D0072A0D9.sh
(1 failure)
This is slowly driving me crazy. What should I do to make VLCKit work under my environment?
Thank you very much indeed!