ios - macOS 10.15 Catalina 上的 Carthage

标签 ios homebrew carthage macos-catalina

有人设法在 macOS 10.15 Catalina(测试版)上安装 Carthage 吗?

我尝试使用 HomeBrew 安装 Carthage:

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 上使用这些测试版软件,所以不用担心,但我无法安装它,任何提示将不胜感激。

最佳答案

The issue is expected 'Homebrew install fails under Catalina 10.15 #2807'
Mon Jun 10 08:32:38 IDT 2019
https://github.com/Carthage/Carthage/issues/2807

建议的解决方案
从 master 中的源代码安装构建迦太基(提交对我有用:e41076782bed7b3609a53f4662480058a65e9a4e)

按照 https://github.com/Carthage/Carthage#installing-carthage 中的说明进行操作要从 master 构建你需要运行这个:

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

关于ios - macOS 10.15 Catalina 上的 Carthage,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56476220/

相关文章:

ios - 使用 Carthage 导入 CocoaLumberjack

ios - 找不到迦太基图像 Xcode 7 Carthage 0.8.0

objective-c - NSDictionary 到 ios 中的 xml 字符串转换

gcc - 使用brew 将 gcc 链接到 gcc-6

swift - Carthage 嵌套依赖

react-native - 错误无法构建 iOS 项目。我们运行了 "xcodebuild"命令,但它以错误代码 65 退出。我无法运行我的项目

pip - 使用pip或pip3安装virtualenv?

ios - SQLite 错误 : EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, 子代码 = 0x0) -iOS

ios - 点击链接时调用函数

iOs模拟器运行缓慢