You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears like the vendored GPUImage.framework was not built with bitcode support. This is the error message you get when you try to archive a project using LFLiveKit:
ld: bitcode bundle could not be generated because '../Pods/LFLiveKit/Vendor/GPUImage.framework/GPUImage(GPUImageContext.o)' was built without full bitcode. All object files and libraries for bitcode must be generated from Xcode Archive or Install build for architecture armv7
If I install the GPUImage-dependency through cocoapods instead of using the vendored one by adding s.dependency 'LMGPUImage' to LFLiveKit.podspec everything builds just fine with bitcode enabled.
The text was updated successfully, but these errors were encountered:
It appears like the vendored GPUImage.framework was not built with bitcode support. This is the error message you get when you try to archive a project using LFLiveKit:
If I install the GPUImage-dependency through cocoapods instead of using the vendored one by adding
s.dependency 'LMGPUImage'
toLFLiveKit.podspec
everything builds just fine with bitcode enabled.The text was updated successfully, but these errors were encountered: