首页 > 代码库 > pods版本过低的解决方法

pods版本过低的解决方法

当执行pod install时候出现以下信息:

Analyzing dependencies

[!] The version of CocoaPods used to generate the lockfile (0.34.4) is higher than the version of the current executable (0.34.2). Incompatibility issues may arise.

 

可以更新pod :gem upadate pod即可。

pods版本过低的解决方法