标签: ios xcode cocoapods
我将Pods / *添加到.gitignore,我在源代码管理下有Podfile.lock。
创建新分支时,我必须运行pod install。因为我没有为新分支安装pod。
pod install
我尝试添加Pre-Action Run Script。行动前运行脚本将执行以下操作
我能够看到所有已安装的pod。
但是,如果我尝试构建,XCode会抛出错误,说明有no such module in the source files。
no such module in the source files