gpt4 book ai didi

ios - 无法构建事件方案

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:10:19 25 4
gpt4 key购买 nike

我的 SwiftUI 项目将不再构建。它告诉我 Failed to build active scheme 没有任何更多信息。 enter image description here

这是完整的存储库: https://github.com/nathfreder/HackerNews/tree/master/HackerNews

修改后发现问题

ForEach(0..<10) { _ in
NavigationButton(destination: Text("")) {
StoryRow()
}
}

ForEach(store.stories) { story in
NavigationButton(destination: Text("")) {
StoryRow(story: story)
}
}

最佳答案

如果您注意到,该项目出于某种原因包含 Firebase swift 包,这会导致预览构建失败。 Xcode 的报告导航器中的实际错误是“未找到‘GoogleUtilities/GULLoggerLevel.h’文件”。

从项目的 Swift Packages 部分删除 firebase 包为我消除了错误:

enter image description here

关于ios - 无法构建事件方案,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56517247/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com