码迷,mamicode.com
首页 > 其他好文 > 详细

Pod 安装第三方库遇到Podfile.lock同步失败问题

时间:2016-01-19 14:17:46      阅读:863      评论:0      收藏:0      [点我收藏+]

标签:

问题描述:The sandbox is not in sync with the Podfile.lock. Run ‘pod install‘ or update your CocoaPods installation.

技术分享

 

解决办法:

Step-by-step

  1. Show Project Navigator
  2. Select Project
  3. Select Info
  4. In Configurations, select each one, one at a time (Debug, ApplicationUnitTest, Release, etc.), and for each target within said configuration, set configuration to None.
  5. Make certain that Based on Configuration File reads 0 Configurations Set for eachconfiguration. That is the crux.

    技术分享

 

6. Quit Xcode

7. rm -rf Pods/ Podfile.lock ; pod install

 

Once you have allowed pod install in step 7 to do it‘s magic, you may be able to use a custom config and change your configurations.

Pod 安装第三方库遇到Podfile.lock同步失败问题

标签:

原文地址:http://www.cnblogs.com/mogul/p/5141776.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!