I have many external libraries and SDKs in my project. And some of them does not support bitcode
. So I have to disable bitcode
. But some libraries like ParseCrashReporting, does require it to symbolicate the crash reports.
I want to disable and enable bitcode
for specific libraries. How I can achieve that? Is it even possible?
Thanks