Could not load cocoapods module in iOS swift || cocoapod error while adding new pod

 Solution:

I had added new pod in cocoapods but after implementation it shows build failed with error could not load the Cocoapod module.

After add the cocopod inside podfile must have to quit the project and continue the installation process in terminal.

After final success of pod implementation open the Xcode project of workspace then select the target of all pods and goto settings and select processor module as standard module from armv7.

Clean the project and build it will works good...

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