After I run pod init
in the terminal to add a Podfile to an Xcode project, I thought I would see it added to my Xcode project - instead it is seems to be only added to the folder for the Xcode project in the file system, and I have to add it manually into the Xcode project and then run pod install
. From there on, I can see it in my xcworkspace
.
My question is - is this the correct way to add a podfile? Should I not see it in my Xcode project immediately after running pod init
in the terminal? Do I have to manually drag it into the Xcode project and then run pod install
?