Ios Springboard意外退出,因为Swift项目为空

Ios Springboard意外退出,因为Swift项目为空,ios,xcode,swift,springboard,Ios,Xcode,Swift,Springboard,我创建了一个新的swift项目,并没有对该项目进行任何更改。这只是一个空洞的swift项目。如果我选择在iphone6上运行,跳板将会崩溃。但是如果我选择其他的(比如iphone5s或可调整大小的iPhone,甚至iphone6plus),空的项目就可以了 有人知道我的xcode出了什么问题吗?我该如何处理这个问题 错误消息太长,我无法将整个消息附加到此处。我会选择一些对我来说很重要的部分 Process: SpringBoard [1047] Path:

我创建了一个新的swift项目,并没有对该项目进行任何更改。这只是一个空洞的swift项目。如果我选择在iphone6上运行,跳板将会崩溃。但是如果我选择其他的(比如iphone5s或可调整大小的iPhone,甚至iphone6plus),空的项目就可以了

有人知道我的xcode出了什么问题吗?我该如何处理这个问题

错误消息太长,我无法将整个消息附加到此处。我会选择一些对我来说很重要的部分

Process:               SpringBoard [1047]

Path:                  /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/CoreServices/SpringBoard.app/SpringBoard
Identifier:            SpringBoard
Version:               1.0 (50)
Code Type:             X86-64 (Native)
Parent Process:        launchd_sim [1035]
Responsible:           launchd_sim [1035]
User ID:               501
OS Version:            Mac OS X 10.10.2 (14C109)
Report Version:        11
Crashed Thread:        0  Dispatch queue: com.apple.main-thread
Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000

Application Specific Information:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** setObjectForKey: key cannot be nil'
terminating with uncaught exception of type NSException
abort() called
CoreSimulator 110.4 - Device: iPhone 6 - Runtime: iOS 8.1 (12B411) - DeviceType: iPhone 6

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 714
    thread_create: 0
    thread_set_state: 160

VM Region Summary:
ReadOnly portion of Libraries: Total=283.3M resident=110.5M(39%) swapped_out_or_unallocated=172.8M(61%)
Writable regions: Total=176.0M written=49.6M(28%) resident=67.4M(38%) swapped_out=0K(0%) unallocated=108.6M(62%)

REGION TYPE                      VIRTUAL
===========                      =======
CG raster data                     2252K
CoreAnimation                       324K
CoreData Object IDs                4100K
CoreServices                        524K
CoreUI image data                   240K
Dispatch continuations             8192K
Foundation                            4K
Image IO                             12K
Kernel Alloc Once                     8K
MALLOC                            105.3M
MALLOC (admin)                       32K
OpenGL GLSL                         128K
SQLite page cache                   128K
STACK GUARD                        56.1M
Stack                              21.8M
VM_ALLOCATE                        16.7M
__DATA                             35.2M
__GLSLBUILTINS                      952K
__LINKEDIT                         70.9M
__TEXT                            212.5M
__UNICODE                           544K
mapped file                        89.9M
shared memory                        68K
===========                      =======
TOTAL                             625.5M

Model: MacBookAir6,2, BootROM MBA61.0099.B18, 2 processors, Intel Core i5, 1.3 GHz, 4 GB, SMC 2.13f15
Graphics: Intel HD Graphics 5000, Intel HD Graphics 5000, Built-In
Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1600 MHz, 0x02FE, 0x45424A3230554638454455302D474E2D4620
Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1600 MHz, 0x02FE, 0x45424A3230554638454455302D474E2D4620
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x117), Broadcom BCM43xx 1.0 (7.15.159.13.12)
Bluetooth: Version 4.3.2f6 15235, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Network Service: Thunderbolt Bridge, Ethernet, bridge0
Serial ATA Device: APPLE SSD SD0256F, 251 GB
USB Device: Internal Memory Card Reader
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
Thunderbolt Bus: MacBook Air, Apple Inc., 23.6

这个问题在我将Xcode更新到最新版本后自动解决了


如果您对该问题有可能的答案,我们仍然欢迎您回答该问题。

在您的项目中,搜索setObjectForKey,或搜索创建带有键和对象的字典的代码,记录键。您好,我搜索了整个项目,但没有找到它:(Xcode引导我找到名为AppDelegate.swift的文件,并显示“Thread 1:signal SIGTERM”。AppDelegate.swift文件是自动生成的。