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)'
编辑:我找到了 podfile.lock,但是每次我删除它并安装 pod 时,我都会检查项目目录并且 Podfile.lock 仍然存在。有谁知道如何删除它?谢谢!