引用字符串文字时未找到Swift-iOS-XCode 6.1 dyld致命错误符号

引用字符串文字时未找到Swift-iOS-XCode 6.1 dyld致命错误符号,ios,iphone,xcode,swift,Ios,Iphone,Xcode,Swift,将Xcode更新到6.1版(6A1052d)后,该应用程序在iPhone 5s(iOS8.1)上不断崩溃。然而,在XCode上一切都运行得非常好。手机永远不会越狱 Dyld Error Message: Symbol not found: __TFE10FoundationCSo8NSStringCfMS0_FT13stringLiteralVSs12StaticString_S0_ Referenced from: /private/var/mobile/Containers/Bund

将Xcode更新到6.1版(6A1052d)后,该应用程序在iPhone 5s(iOS8.1)上不断崩溃。然而,在XCode上一切都运行得非常好。手机永远不会越狱

Dyld Error Message:
  Symbol not found: __TFE10FoundationCSo8NSStringCfMS0_FT13stringLiteralVSs12StaticString_S0_
  Referenced from: /private/var/mobile/Containers/Bundle/Application/5BBECE8A-1A62-44A7-90A2-24B9D295F471/Wikasa.app/Wikasa
  Expected in: /private/var/mobile/Containers/Bundle/Application/5BBECE8A-1A62-44A7-90A2-24B9D295F471/Wikasa.app/Frameworks/libswiftFoundation.dylib
  Dyld Version: 353.5
以下部件(AppDelegate.swift文件)发生错误

断点位于“var firebaseURL”行。我试图删除它,但它在分配给变量的每个字符串文字上都会中断。我尝试将变量设置为可选并展开,但它不起作用,还尝试了String和NSString

以下是更详细的崩溃日志版本

Incident Identifier: 3434A3AD-F265-4488-8E4C-D89F7C85ABA0
CrashReporter Key:   833ec60342fb35c4d7bd633966af6b495301776b
Hardware Model:      iPhone5,2
Process:             Wikasa [1147]
Path:                /private/var/mobile/Containers/Bundle/Application/5BBECE8A-1A62-44A7-90A2-24B9D295F471/Wikasa.app/Wikasa
Identifier:          com.wikasa.Wikasa
Version:              (1.0)
Code Type:           ARM (Native)
Parent Process:      launchd [1]

Date/Time:           2014-10-24 14:28:35.931 +0700
Launch Time:         2014-10-24 14:23:22.137 +0700
OS Version:          iOS 8.1 (12B411)
Report Version:      105

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000001, 0x00000000e7ffdefe
Triggered by Thread:  0

Dyld Error Message:
  Symbol not found: __TFE10FoundationCSo8NSStringCfMS0_FT13stringLiteralVSs12StaticString_S0_
  Referenced from: /private/var/mobile/Containers/Bundle/Application/5BBECE8A-1A62-44A7-90A2-24B9D295F471/Wikasa.app/Wikasa
  Expected in: /private/var/mobile/Containers/Bundle/Application/5BBECE8A-1A62-44A7-90A2-24B9D295F471/Wikasa.app/Frameworks/libswiftFoundation.dylib
  Dyld Version: 353.5

谢谢

问题解决了,显然是的副本,感谢您找到这个

的确你是对的,问题解决了,谢谢马丁!!!
Incident Identifier: 3434A3AD-F265-4488-8E4C-D89F7C85ABA0
CrashReporter Key:   833ec60342fb35c4d7bd633966af6b495301776b
Hardware Model:      iPhone5,2
Process:             Wikasa [1147]
Path:                /private/var/mobile/Containers/Bundle/Application/5BBECE8A-1A62-44A7-90A2-24B9D295F471/Wikasa.app/Wikasa
Identifier:          com.wikasa.Wikasa
Version:              (1.0)
Code Type:           ARM (Native)
Parent Process:      launchd [1]

Date/Time:           2014-10-24 14:28:35.931 +0700
Launch Time:         2014-10-24 14:23:22.137 +0700
OS Version:          iOS 8.1 (12B411)
Report Version:      105

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000001, 0x00000000e7ffdefe
Triggered by Thread:  0

Dyld Error Message:
  Symbol not found: __TFE10FoundationCSo8NSStringCfMS0_FT13stringLiteralVSs12StaticString_S0_
  Referenced from: /private/var/mobile/Containers/Bundle/Application/5BBECE8A-1A62-44A7-90A2-24B9D295F471/Wikasa.app/Wikasa
  Expected in: /private/var/mobile/Containers/Bundle/Application/5BBECE8A-1A62-44A7-90A2-24B9D295F471/Wikasa.app/Frameworks/libswiftFoundation.dylib
  Dyld Version: 353.5