XCode compile failed when install new pod iOS swift

 Problem:

I had installed new pods in my project.After that when i try to compile my code it shows error in import module something different.But i don't had any issues in my pod.

I had tried to clean the derived data and cleaned my project also it didn't work.


Solution:

Select pod in left side target.In build settings check build architecture as standard architecture armv7.

Select all the pods and change their architecture save and clean the project and rebuild it.

 

Comments

Popular posts from this blog

Invalid bundle error while upload the app to the app Store

Convert NsNumber, NSDate to String in iOS Swift

Global LocationManager Singleton class iOS Swift