Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/106.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios 迦太基马科斯10.15卡塔利纳_Ios_Homebrew_Carthage_Macos Catalina - Fatal编程技术网

Ios 迦太基马科斯10.15卡塔利纳

Ios 迦太基马科斯10.15卡塔利纳,ios,homebrew,carthage,macos-catalina,Ios,Homebrew,Carthage,Macos Catalina,有人在macOS 10.15 Catalina(测试版)上安装过迦太基吗 我尝试使用自制软件安装迦太基: brew install Carthage 我收到以下错误消息: Error: You are using macOS 10.15. We do not provide support for this pre-release version. You will encounter build failures with some formulae. Please create pull

有人在macOS 10.15 Catalina(测试版)上安装过迦太基吗

我尝试使用自制软件安装迦太基:

brew install Carthage
我收到以下错误消息:

Error: You are using macOS 10.15.
We do not provide support for this pre-release version.
You will encounter build failures with some formulae.
Please create pull requests instead of asking for help on Homebrew's Github.
Discourse, Twitter or IRC. You are responsible for resolving any issues you experience, as you are running this pre-release version.

现在,我知道可能会有一些问题,我在我的二手MacBook Pro上使用这些测试版软件,所以不用担心,但我无法安装,任何提示都将不胜感激。

因此,出于某种原因,问题似乎是自制的

我找到的解决方案是从发布页面使用GUI安装程序。在构建任何框架之前,请确保切换到当前使用的Xcode

如果您使用的是Xcode 11(beta版),请在终端中运行此命令:

sudo xcode-select --switch /Applications/Xcode-beta.app
对于Xcode 10(当前)*

希望这有帮助

这个问题是预料之中的 “Catalina 10.15#2807下的自制安装失败”
2019年6月10日星期一08:32:38 IDT

建议的解决方案
从master中的源代码安装build carthage(提交对我有效的代码:e41076782bed7b3609a53f4662480058a65e9a4e)

要从master生成,您需要运行以下说明:

git clone --depth=1 "https://github.com/Carthage/Carthage.git" &&\
cd Carthage &&\ 
make install

我在macOS 10.15.4 Catalina上运行这些命令,并为我工作

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null

Mihai,请提供您在行前看到的终端输出
错误:您使用的是macOS 10.15
谢谢您为我做得很好。!macOS 10.15 Catalina
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
sudo chown -R $(whoami) /usr/local/*
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
brew install carthage