Hello
Recently I updated one pod version and because of that I needed to set the ALWAYSEMBEDSWIFTSTANDARDLIBRARIES setting to YES.
But then while sending the build to the iTunes there was an error with code ITMS-90668 that mentions Bitcode problem. But I have bitcode disabled for the project and all of the pods.
However by looking to the build logs I can see that the bitcode was being stripped from that standard Swift libraries which means that it is enabled for them.
My question is why is that and how to disable bitcode for swift standard libs as well?
The pod mentioned earlier is Helpshift 7.9.1-withCampaigns.
Recently I updated one pod version and because of that I needed to set the ALWAYSEMBEDSWIFTSTANDARDLIBRARIES setting to YES.
But then while sending the build to the iTunes there was an error with code ITMS-90668 that mentions Bitcode problem. But I have bitcode disabled for the project and all of the pods.
However by looking to the build logs I can see that the bitcode was being stripped from that standard Swift libraries which means that it is enabled for them.
My question is why is that and how to disable bitcode for swift standard libs as well?
The pod mentioned earlier is Helpshift 7.9.1-withCampaigns.