Posts

Showing posts from January, 2023

pod init error "force_encoding': can't modify frozen String" iOS xcode

Image
 Solution: Goto your project target with extension test then under project document select as like below then try to install pods.It will works good..

failed to build gem native extension while install cocoapods MACOS

 Solution: First you have to install command line tools in terminal by using the below command  then try to install cocoapods it will works xcode-select --install