Many modules can be installed "manually" by simply dragging some files into the project. For me, this seems like a more convenient way to install a container.
If I used CocoaPods, I would have to create a PodFile and execute a bunch of commands, add the structure to the “Related Structures and Libraries” section and rebuild. It seems like a lot of work. However, CocoaPods is the "recommended" way to install containers.
I know that CocoaPods can detect updates for you. But that’s not the way you open Xcode, and a message appears stating that one of your modules is out of date. You manually use the command to check for updates. I mean, the reason you want to install the module is because you want to use one of the functions provided by the module, and you do not want to write it yourself. So updating with new features probably won't do me much good.
And large-scale libraries, such as the AdMob SDK, even remind you that an update is available when the application starts.
Are there other benefits to CocoaPods besides the fact that it detects updates for you?
PS I searched my project several times because of errors in the new version of CocoaPods. This never happens with dragged files ...
source share