xcode pod install 安装失败,提示缺少文件

I had the same problem in Xcode 6.1.1. I did the following to solve it:

  1. Set the configuration file setting* "None" for the Pods related target.
  2. Close the .xcworkspace.
  3. run pod install again
  4. now open and build your .xcworkspace

*The configuration file setting is found by selecting the project (not the target) and then the Info tab.

时间: 2024-11-05 00:41:54

xcode pod install 安装失败,提示缺少文件的相关文章

pod install安装第三方库异常

使用pod install安装第三方插件时,可能会出现如下异常: Installing SDWebImage (3.7.3) [!] Error installing SDWebImage[!] /usr/bin/git clone https://github.com/rs/SDWebImage.git /var/folders/n2/hd05fc151kbb41qjbrrrbx2c0000gn/T/d20151109-4159-e0n2lh --single-branch --depth 1

xcode - pod install 出现错误

xcode 10 上pod install 出现错误 error: /Users/apple/Desktop/VenusClient/Pods/Pods/Target Support Files/Pods-VenusMaster/Pods-VenusMaster.debug.xcconfig: unable to open file (in target "VenusMaster" in project "VenusMaster") (in target 'Venu

windows2008 R2 系统 安装wampserver提示“缺少msvcr110.dll文件”处理办法

原因分析: 因缺少Visual C++ Redistributable for Visual Studio 2012 Update 4文件的支持,所以会出现此提示. 解决方法: 1.先从微软下载Visual C++ Redistributable for Visual Studio 2012 Update 4,分32位和64位版本,根据自己的操作系统版本选择下载和安装. 下载地址:http://www.microsoft.com/en-us/download/details.aspx?id=30

安装LoadRunner提示缺少vc2005_sp1_with_atl..

装自动化负载测试工具LoadRunner前,需要预先安装其运行的基础环境.如:安装LoadRunner 11时就需要先安装Micrsoft Visual C++ 2005 SP1.C++ 2008运行时组件及Strawberry Perl 5.10.1程序. 如果安装LoadRunner 11时弹窗提示"Micosoft Visual C++ 2005 SP1 可再发行组件包(X86):'命令行选项语法错误.键入命令 / ? 可获得帮助信息'".或者弹窗提示"此计算机缺少 v

RAD Studio 10 安装失败 提示错误 License status check failure解决办法

最近在安装RAD Studio 10.1 Berlin 时,运行光盘中的setup.exe,在第一页勾选 lincense agreement后下一步,提示如下错误,无法进行安装. License status check failure License status check failure (Error code: 255). Please try again later, or contact support. 通过一番搜索和尝试得到以下解决办法: 问题原因: 由于电脑中已经安装过其他版

Android自动化测试 - Robotium之re-sign.jar重签名后安装失败提示Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES]解决方案

问题:在用re-sign.jar重签名apk文件后,显示重签名成功,但在实际安装过程中确提示:Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES] 原因:网上查找了下是重签名时出错了. 解决方法:使用命令行重签名,如: 1.生成重签名文件debug.store D:\>keytool -genkey -keyalg RSA -keystore debug.store -alias debug -keysize 2048 -validity 365 2.关联

【分享】CentOS 6 64位上安装db2提示缺少 32 bit library file libstdc++.so.6

1.执行db2_install的时候报了错,安装通过了,后来发现解压包下有个预检的脚本,拿来重新执行了下[[email protected] lib64]# /server/db2prereqcheck WARNING: The 32 bit library file libstdc++.so.6 is not found on the system. 32-bit applications may be affected. 2.查看了db2prereqcheck,发现要进入到安装包下的子目录d

python安装失败提示“one or more issues caused the setup to fail . Please fix the issues and then retry setup.For more information see the log file”

换了项目组,换了新电脑,重装Python时遇到提示如下图所示: 原因:需要安装Windows 7 Service Pack 1 直接点击“update your machine”即可跳转到指定页面,有解决方法和下载链接 我嫌弃下载文件太大,选择安装Python3.4版本,即可安装成功. 原文地址:https://www.cnblogs.com/tianzhouDAN/p/8289199.html

Silverlight 安装失败 提示 消息 ID 1603 的解决方法

消息 ID: 1603 安装过程中出现错误.请执行以下步骤 原因是在以前安装过silverlight,没有安装成功或者没有彻底卸载干净,遗留了一些文件,尤其是安装时突然中断的时候会出现这个问题. 解决方法: 将 C:\windows\Installer\{89F4137D-6C26-4A84-BDB8-2E5A4BB71E00} 文件删除后重新安装就可以. 然后CMD运行 reg delete HK 消息 ID: 1603 安装过程中出现错误.请执行以下步骤 原因是在以前安装过silverlig