小编Hiy*_*iya的帖子

如何删除Podfile.lock?

Xcode 最近更新了,我的代码在 STPAPIClient.m 中给出了此错误:

Incompatible block pointer types sending '__strong STPAPIResponseBlock _Nonnull' (aka 'void (^__strong)(__strong ResponseType, NSHTTPURLResponse *__strong, NSError *__strong)') to parameter of type 'void (^)(STPSource *__strong, NSHTTPURLResponse *__strong, NSError *__strong)'
Run Code Online (Sandbox Code Playgroud)

编辑:我找到了 podfile.lock,但每次删除它并安装 pod 时,我都会检查项目目录,Podfile.lock 仍然存在。有谁知道如何删除它?谢谢!

xcode cocoapods swift podfile-lock

7
推荐指数
2
解决办法
2万
查看次数

标签 统计

cocoapods ×1

podfile-lock ×1

swift ×1

xcode ×1