I want to add a vlc player to my existing ios project (basically like the drop-in player example) but I'm having some troubles. This is what I've done:
1. Cloned latest from git
2. Compiled both for simulator and device, successfully
3. Created fat library with lipo, successfully
4. Tested the included ios examples, works just fine.
Can someone please provide a simple step by step on how to add libmobilevlc to my existing project? I've struggled with this for days but always end up with a ton of linker problems when trying to build. I've added the frameworks, updated header/library search paths etc but still no go. Right now I'm facing "duplicate symbol" errors in the whole of libmobilevlc.a file so I'm stuck.
A simple step by step on how to add vlc to an existing ios project is what I see is missing from the documentation (you are basically left after compilation) and would be highly appretiated!
Running xcode 5.1, sdk 7.1 on osx mavericks.