pod install 报错

configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details

rvm install ruby-xxxx 报错

Error running './configure --prefix=/Users/zhaowenbin/.rvm/rubies/ruby-2.5.1 --with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba:/usr/local/opt/openssl@1.1 --disable-install-doc --enable-shared',
please read /Users/zhaowenbin/.rvm/log/1534992298_ruby-2.5.1/configure.log
There has been an error while running configure. Halting the installation.

命令行执行

xcode-select --install

接着执行安装

等待数分钟后点击完成

然后继续执行 rvm install ruby-xxxpod install

原因可能是ruby的自动检测和Xcode的clang编译器冲突

Ruby是一种纯粹的面向对象编程语言,Ruby 是"程序员的最佳朋友"。 因为MAC系统自带Ruby2.0.0环境,我们在开发或者安装很多插件、什么第三方都需要安装或者管理ruby环境运行,所以看来了解安装Ruby安装是必备技能了。 1、安装准备 1、安装Homebrew Homebrew 能在Mac中方便的安装软件或者卸载软件 。详细可以看 Homebrew — macOS 缺失的软件... 安装Ruby的时候可能会出现以下错误: Error running '__rvm_make -j 1',please read /Users/xiaoqiang/.rvm/log/1508842550_ruby-2.0.0-p648/make.logThere has been an error while running make. Halting the installation.使用cat 使用Rvm在Ubuntu22.04系统中无法安装ruby2.7版本,因为Ubuntu22.04使用了OpenSSl3.0而非1.1.x系列版本所以必须使用ruby3.0以上版本。如果必须安装旧版的情况加使用。 有了 CocoaPods则无需再通过拖 第三方库及第三方库所依赖的 framework静态库到项目中等麻烦的操作,仅仅只需要通过终端(Terminal)输入一些指令即可完成这些操作;而且涉及到第三方库的更新升级也可以通过 CocoaPods进行手动管理更新。 1.使用源码安装软件,不执行./configure --prefix的效果 源码的安装一般由3个步骤组成:配置(configure)、编译(make)、安装(make install)。 Configure是一个可执行脚本,它有很多选项,在待安装的源码路径下使用命令./configure –help输出详细的选项列表。 其中 --prefix 选项是用于指定软件安装的路径。如果不配置该选项,安装后... 解决pod安装 requires Ruby version >= 2.2.2.pod 安装报错pod ERROR: Error installing cocoapods:activesupport requires Ruby version >= 2.2.2.解决方法#安装 brew /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercont $ sudo aptitude install scim-qtimm 解决eva 下无法使用 scim输入法的问题(1)sudo ./configure --prefix=/usr 之后出现一下错误:checking how to run the C++ preprocessor... /lib/cppconfigure: error: C++ preprocessor "/lib/cpp" fails sanity checkSee `config.log' for more details.解决办法: 2). 编译(make)、 3). 安装(make install)。 **2、 ./configureprefix=/usr/local/testConfigure是一个可执行脚本,它有很多选项,在待安装的源码路径下使用命令./configure