zoukankan      html  css  js  c++  java
  • Pod::Executable pull

    使用cocoapods 的时候遇到了以下错误:[!] Pod::Executable pull

    
    Updating eaf98af..ba3c030
    error: Your local changes to the following files would be overwritten by merge:
    
        Google-Maps-iOS-SDK/1.3.0/Google-Maps-iOS-SDK.podspec
    
    Please, commit your changes or stash them before you can merge.
    
    Aborting
    在stackoverflow中找到解决办法 http://stackoverflow.com/questions/16825715/cocoapods-pod-setup-failed-usr-bin-git-checkout-master
    第一种方法如下:(.cocoapods文件夹是隐藏的 直接用命令是可以找到的
    cd ~/.cocoapods/master; git checkout .; pod setup

    但这个方法没有起作用
    第二种方法有效果
    rm -rf ~/.cocoapods/master; pod setup

    问题解决。
  • 相关阅读:
    mysql新建用户的方法
    工具网站
    如何做好站内锚文本?
    js 创建对象与继承
    js tips
    js作用域链 js没有块级作用域
    css
    instanceof
    问题
    传递,引用副本传递
  • 原文地址:https://www.cnblogs.com/rosepotato/p/3723315.html
Copyright © 2011-2022 走看看