'Compile x86_64 error(No such module error)?

I have done all the recommendation i found in the stack overflow

pod install
pod deintegrate
sudogem install cocoapods-clean

added arm64 in excluded architecture. Still getting this error.

enter image description here

what to do?



Solution 1:[1]

Add arm64 in excluded architecture of your project and target as well as in your pod target.

enter image description here

enter image description here

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Shabnam Siddiqui