BITCODE/ TVVLCKIT/ XCODE 16/ Cocoa Pods/ iOS
Posted: 07 Oct 2024 08:09
HI
Can someone point in the direction of how to compile TVVLKIT withOUT bitcode. With Xcode 16, apple is refusing uploads to the store with bitcode. I know I am missing something fundamental in my problem - maybe it is just all about Xcode 16. I have tried pods 3.3.17 and 3.6 & the config.build_settings['ENABLE_BITCODE'] = 'NO' - does not effect file (it still has bitcode).
I have a temp fix of removing bitcode in the term window by "xcrun bitcode_strip -r {full path to}TVVLCKit.framework/TVVLCKit -o {full path to}TVVLCKit.framework/TVVLCKit
I am looking for a less brute force method and deeper understanding process.
Thanks
Can someone point in the direction of how to compile TVVLKIT withOUT bitcode. With Xcode 16, apple is refusing uploads to the store with bitcode. I know I am missing something fundamental in my problem - maybe it is just all about Xcode 16. I have tried pods 3.3.17 and 3.6 & the config.build_settings['ENABLE_BITCODE'] = 'NO' - does not effect file (it still has bitcode).
I have a temp fix of removing bitcode in the term window by "xcrun bitcode_strip -r {full path to}TVVLCKit.framework/TVVLCKit -o {full path to}TVVLCKit.framework/TVVLCKit
I am looking for a less brute force method and deeper understanding process.
Thanks