Weex Project(npm run ios)-> Error:Error: Command failed: pod update

本文详细介绍了如何解决Weex项目在运行iOS环境时遇到的pod更新错误,包括更新openssl、ruby及cocoapods的过程,以及配置Xcode路径的解决方案。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Question

Weex project run npm run ios(weex run ios)error:
Error:Error: Command failed: pod update
在这里插入图片描述

Answer
(1)update openssl, then ruby, then cocoapod.(Please select the operation according to your own situation.)
$ which openssl
/usr/bin/openssl

$ openssl version
OpenSSL 0.9.8zh 14 Jan 2016

$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

$ brew update

$ brew install openssl

$ brew upgrade openssl

`` If you need to have this software first in your PATH run: echo 'export PATH="/usr/local/opt/openssl/bin:$PATH"' >> ~/.bash_profile

$ echo 'export PATH="/usr/local/opt/openssl/bin:$PATH"' >> ~/.bash_profile
$ source ~/.bash_profile

$ which openssl
/usr/local/opt/openssl/bin/openssl

$ openssl version
OpenSSL 1.0.2n  7 Dec 2017

$ brew install rbenv ruby-build

$ echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bash_profile
$ echo 'if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi' >> ~/.bash_profile
$ source ~/.bash_profile

$ rbenv install --list

Available versions:
 1.8.5-p52
 1.8.5-p113
 1.8.5-p114
 1.8.5-p115
 1.8.5-p231
 1.8.6
:
 2.5.0-rc1
 2.5.0
 2.5.1
 2.6.0-dev
:

$ rbenv install 2.5.1

$ rbenv versions
 system
* 2.5.1 (set by /Users/xiaoqiang/.rbenv/version)

$ ruby --version
ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-darwin18]

$ rbenv global 2.5.1

$ rbenv versions
 system
* 2.5.1 (set by /Users/username/.rbenv/version)

$ ruby --version
ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-darwin16]

$ gem install cocoapods -n /usr/local/bin

$ which pod
/usr/local/bin/pod

$ pod --version
1.5.3
(2)npm run ios(weex run ios)

If an error occurs:
{
stderr: xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
run:
sudo xcode-select --switch /Applications/Xcode6-Beta.app/Contents/Developer/
(Tips:Xcode6-Beta.appis my Xcode version)
}
else
{
在这里插入图片描述
}

Success

在这里插入图片描述
中国式英语,应该能看懂吧,哈哈~

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值