My consumer app is usinga framework -> FrameworkA which further integret another framework -> FrameworkB. The integration of FrameworkB is happening through podspecs of FrameworkA as s.vendered_framework = "FrameworkB". Now I am trying to enable bitcode for project, but I am getting error "Bitcod version could not be genereated as FrameworkB was build withoud bitcode". How can I enable bitcode for FrameworkB
I tried enabled bitcode for all pods, but it didnt enable the bitcode for subpods. I want to enable bitcode for sub frameworks as well.