Howdy, iam Donald Jones, I hope your day goes well.
How Do I Create A Podfile In Xcode? [Solved]
Create a new project in Xcode as you would normally. Open a terminal window, and $ cd into your project directory. Create a Podfile. This can be done by running $ pod init .Save your Podfile.Run $ pod install.Open the MyApp. xcworkspace that was created. This should be the file you use everyday to create your app.
How to add pod in Xcode project || Install CocoaPods
How
Creating Xcode project and initiating pod file
Here we will
how to add a pod file to xcode project
This video is about how