To fix this problem, most answers recommend a workaround, according to which you clear the workspace / Xcode project, close Xcode, delete the Derived Data folder (it is stored in the root directory of your project by default), and then finally reopens your project.
However, the above steps may not work for you. This is a hint that your project structure is wrong.
When an intermediate representation of your bit code for your project was released using iOS 9.0, this was done on the condition that your entire project, including the dependencies, fully agrees to use the bit code or not. In my experience, it is very important to work through all your Pods and enable Libraries/Frameworks and ensure that they all use the same setting; either Yes or No. By default, this selection is Yes .
If one dependency does not match the specified bit code setting, this error can be selected.
When checking the sanity of your addiction and a comprehensive project, it is important to note that there is a Use Bitcode installation for both the project and the target parameters, so be sure to check both perspectives of the build parameters.
source share