有时候执行 pod install 不一定会帮你更新到最新的第三方库
pod install
这时候需要执行全部更新: pod update
pod update
或者指定具体库更新: pod update MJRefresh
pod update MJRefresh