Page 1 of 1

Compiling returns error

Posted: 19 Nov 2014 03:28
by bbgun7
I am trying to install VLC for iOS on my iPod touch 5, using the source code as VLC is no longer on the app store. I have a registered Apple developer account, and can load apps on my device. I have done what the wiki says to do to run it, but every time I try to run/build it, it gives an error:

Code: Select all

ld: library not found for -lPods-vlc-ios-Dropbox-iOS-SDK clang: error: linker command failed with exit code 1 (use -v to see invocation)
Also, it gives an error saying I can't use org.videolan.vlc-ios if I don't change org.videolan to my something else

I am running iOS 8.1.1 on my iPod, and OS X Yosemite on my mac.

*edit*
https://wiki.videolan.org/IOSCompile
Manually assign the code sign in Xcode, and build it for devices.
I have not done this. How do I manually assign the code sign in Xcode? Just run it on simulator, then build for device?

Re: Compiling returns error

Posted: 19 Nov 2014 19:38
by vladrange
It's seems you have to install cocoapods for this project. For more information http://cocoapods.org/

Re: Compiling returns error

Posted: 20 Nov 2014 05:19
by bbgun7
It's seems you have to install cocoapods for this project. For more information http://cocoapods.org/
That did it. I also was trying to run using the xcodeproj, not the xcworkspace. Thanks!