Page 1 of 1

MobileVLCKit Pod causing linker error in my project.

Posted: 05 May 2017 01:57
by chustruth
I have tried this many times and many different ways. Whenever I use the cocoapod it always gives me an "Apple Mach-O Linker (id) Error: Linker command failed with exit code 1". I tried to do what was suggested in https://forum.videolan.org/viewtopic.ph ... 40#p453804 but when this is done and I install the other cocoapods I get the same error when I run on my device but it runs fine on my simulator. This is the last major fix I need to complete for my app and would appreciate any help on this problem. :cry:

Re: MobileVLCKit Pod causing linker error in my project.

Posted: 05 May 2017 02:11
by chustruth
MobileVLCKit.framework/MobileVLCKit(libvout_ios2_plugin_la-ios2.o)' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. for architecture arm64

If this helps