迦太基不构建框架,但没有错误消息

问题描述

我遇到了迦太基和Xcode 12的问题,这些问题目前正在逐步简化为构建文件夹中未建立的一个框架。

./carthage.sh update SwiftQueue --platform iOS
[...]
*** Fetching SwiftQueue
[...]
*** Checking out SwiftQueue at "4.3.0"
*** xcodebuild output can be found in /var/folders/t4/15_cn1116cnbvwbsp0npwgn40000gn/T/carthage-xcodebuild.U74J2r.log
*** Downloading SwiftQueue.framework binary at "4.3.0"
*** Building scheme "Reachability" in Reachability.xcodeproj
% 

当我使用Carthage和Xcode 11引导/更新时,如何使Carthage生成SwiftQueue.framework文件夹和SwiftQueue.framework.dSYM文件

获取这些文件夹会使我的Xcode项目找不到import SwiftQueue

我正在跟踪./carthage.sh修订https://github.com/Carthage/Carthage/issues/3019

该修复程序仅在首次运行./carthage.sh update --use-submodules

后有效

感谢您的帮助:)

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)