gpt4 book ai didi

xcode - 编译器崩溃时,Swift 编译器不显示文件和错误行

转载 作者:行者123 更新时间:2023-11-28 07:16:33 28 4
gpt4 key购买 nike

现在我正在处理的项目包含许多文件。我很难找到错误点。如何打印位置? (我已经升级到 Xcode 6 Beta 7)

以下是我的错误信息:

Bitcast requires both operands to be pointer or neither
%.asUnsubstituted = bitcast %CSo7UIColor* %78 to i64, !dbg !397
LLVM ERROR: Broken function found, compilation aborted!
Command /Applications/Xcode6-Beta7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc failed with exit code 1

最佳答案

升级到 beta 7 后,我也遇到了同样的错误。导致我出错的行是myUIButton.setTitleColor(.whiteColor(), forState: .Normal)

修复是

myUIButton.setTitleColor(UIColor.whiteColor(), forState: .Normal)

希望这也是您的情况。

关于xcode - 编译器崩溃时,Swift 编译器不显示文件和错误行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25654789/

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