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 ‘VenusMaster‘)

此时 终端已经给你提示了,升级新版本 把, 现在的版本 可能(一定)不兼容  = =

  

解决 办法1: 升级pod 版本

目前 pod --version 是1.5.3

终端输入   sudo gem install cocoapods --pre

升级之后是 1.6.0.beta.2     在xcode10的新环境下完美解决

解决 办法2:不想升级pod 测试版,就是想用稳定版

那就 只能选择旧的环境, 然后pod install

原文地址:https://www.cnblogs.com/qingzZ/p/10123642.html

时间: 2024-08-20 03:03:04

xcode - pod install 出现错误的相关文章

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

I had the same problem in Xcode 6.1.1. I did the following to solve it: Set the configuration file setting* "None" for the Pods related target. Close the .xcworkspace. run pod install again now open and build your .xcworkspace *The configuration

pod install出现[!] /bin/bash -c错误,Installing Realm报错

pod install出现错误,具体错误信息如下: Installing Realm (1.0.2) [!] /bin/bash -c set -e sh build.sh cocoapods-setup core is not a symlink. Deleting... Downloading dependency: core 1.3.1 Downloading core failed: curl: (35) Server aborted the SSL handshake

使用CocoaPods的pod install 遇到的错误,未解决(Xcode版本v6.4,Mac OS版本v10.10.4)

转载请标明出处:http://blog.csdn.net/android_ls/article/details/47059957 一.CocoaPods 是一款很好的依赖管理工具,其安装步骤大致如下: 1.首先确保开发环境中已经安装了 Ruby(一般安装了 XCode,Ruby 会被自动安装上) 建议使用淘宝提供的 Gem源,在终端执行下列命令: $ gem sources --remove https://rubygems.org/ $ gem sources -a http://ruby.t

pod install 错误 - incompatible character encodings: UTF-8 and ASCII-8BIT

pod install [!] Invalid `Podfile` file: incompatible character encodings: UTF-8 and ASCII-8BIT. Updating CocoaPods might fix the issue. 1.Podfile 文件中存在 单引号错误   正确的 ' pod install 错误 - incompatible character encodings: UTF-8 and ASCII-8BIT

osx升级到10.10后,使用pod install报错解决办法

先看下网上的解决方法如下: 先按照这个文章做:http://blog.csdn.net/dqjyong/article/details/37958067 大概步骤如下: Open Xcode 6 Open Preferences Click the Locations tab Change the Command Line Tools version to Xcode 6.0 Uninstall cocoapods a. $ sudo gem uninstall cocoapods Instal

osx升级到10.10后,用pod install报错最终解决办法

先按照这个文章做:http://blog.csdn.net/dqjyong/article/details/37958067 大概步骤如下: Open Xcode 6 Open Preferences Click the Locations tab Change the Command Line Tools version to Xcode 6.0 Uninstall cocoapods a. $ sudo gem uninstall cocoapods Install xcodeproj a.

pod install 失败

错误报告: Analyzing dependencies /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/pathname.rb:422:in `open': No such file or directory - /Users/yourMac/.cocoapods/repos (Errno::ENOENT) 解决方案: 把个人文件夹下的 .cocoapods 删除,执行 pod setup 命令

osx升级到10.10后,用pod install报错终于解决的方法

先依照这个文章做:http://blog.csdn.net/dqjyong/article/details/37958067 大概过程例如以下: Open Xcode 6 Open Preferences Click the Locations tab Change the Command Line Tools version to Xcode 6.0 Uninstall cocoapods a. $ sudo gem uninstall cocoapods Install xcodeproj

Xcode8 pod install 报错 “Generating Pods project Abort trap

Xcode8 pod install 报错 "Generating Pods project Abort trap 今天在写一个新项目的时候,使用cocoapods在执行 $ pod install 的时候,终端提示 Generating Pods project Abort trap: 6 解决办法: 删除所有cocoapods gems, 依次执行以下命令: sudo gem uninstall cocoapods sudo gem uninstall cocoapods-core sudo