gpt4 book ai didi

swift - AppDelegate.swift 导致 macOS 应用程序崩溃

转载 作者:行者123 更新时间:2023-11-30 11:58:42 25 4
gpt4 key购买 nike

当我尝试启动我的应用程序时,它只是崩溃了。它给出的错误是无法识别的选择器发送到实例 0x608000000ac0,并且该错误显示在我的 AppDelegate.swift 文件的第 4 行。以下是完整的 AppDelegate.swift 文件:

import Cocoa

@NSApplicationMain
class AppDelegate: NSObject, NSApplicationDelegate { //This is where I get the error

@IBOutlet weak var window: NSWindow!

func applicationDidFinishLaunching(_ aNotification: Notification) {
// Insert code here to initialize your application
}

func applicationWillTerminate(_ aNotification: Notification) {
// Insert code here to tear down your application
}

func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
return true
}
}

如何修复此错误?提前致谢,亚伦贾姆

最佳答案

在尝试解决问题一个多小时后,我删除了目标(当然是在备份代码之后)并创建了一个新目标。感谢您的帮助,@OverD!

关于swift - AppDelegate.swift 导致 macOS 应用程序崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47496785/

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