Hi Veer,
Actually, we have several frameworks that are already compiling with bitcode, the IMA one is the only failing right now.
I have created a workspace with a framework compiling with bitcode without dependencies, and another with IMA as a dependency, there is also an app using those frameworks.
I am using an aggregate target to build our frameworks using a bash script, I also included that as well to better showcase the issue.
You can see that the app, just using the NormalFramework (no dependencies), it compiles, runs and can be archived as well.
But I can't compile any of the IMAFramework targets.
Have you verified the IMA SDK in Framework projects?
Do you use another approach to do so?
https://drive.google.com/file/d/0BzbIvIcySh09VGRKal9DbDFHTnM/view?usp=sharingThanks,