God, please tell me why git cannot add the third-party framework source file downloaded by cocoaPods? The sourcetree I use will automatically recognize any file changes in the project directory, but the Pods/ folder and .xcworkspace project file are not recognized. So, I switched to the terminal and manually added git add Pods/. No error was reported. I checked git status and found that it was not added at all. Does anyone know how to solve this?
https://www.gitignore.io/ You can generate .gitignore in various languages on this website
Sorry, everyone. I've solved it. The reason is that the following content was added to the .gitignore file, and Pods-related files were filtered.
#CocoaPods
Pods