7
Mac App Storeから私のMacにXCodeの新しいバージョンをダウンロードしてインストールしました。私のMacには、最新のソフトウェアもインストールされています。私は以前のバージョンのxcodeを持っていたので、すべてうまく動作していたようでした。問題を引き起こしているこの特定のXCodeには何かがあります。Xcode 8プレイグラウンドの実行に失敗しました。シンボルを検索できませんでした。
Playground execution failed: error: Couldn't lookup symbols:
__swift_FORCE_LOAD_$_swiftCoreGraphics
__swift_FORCE_LOAD_$_swiftDarwin
__swift_FORCE_LOAD_$_swiftCoreImage
__swift_FORCE_LOAD_$_swiftDispatch
__swift_FORCE_LOAD_$_swiftFoundation
__swift_FORCE_LOAD_$_swiftUIKit
__swift_FORCE_LOAD_$_swiftObjectiveC
_playground_log_hidden
_playground_logger_initialize
__swift_FORCE_LOAD_$_swiftQuartzCore
* thread #1: tid = 0x10832a, 0x00000001020093c0 anotherone`executePlayground, queue = 'com.apple.main-thread', stop reason = breakpoint 1.2
* frame #0: 0x00000001020093c0 anotherone`executePlayground
frame #1: 0x00000001020089c0 anotherone`__37-[XCPAppDelegate enqueueRunLoopBlock]_block_invoke + 32
frame #2: 0x0000000102b246ac CoreFoundation`__CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
frame #3: 0x0000000102b096f4 CoreFoundation`__CFRunLoopDoBlocks + 356
frame #4: 0x0000000102b08e65 CoreFoundation`__CFRunLoopRun + 901
frame #5: 0x0000000102b08884 CoreFoundation`CFRunLoopRunSpecific + 420
frame #6: 0x0000000108035a6f GraphicsServices`GSEventRunModal + 161
frame #7: 0x00000001036b6c68 UIKit`UIApplicationMain + 159
frame #8: 0x00000001020086e9 anotherone`main + 201
frame #9: 0x000000010592368d libdyld.dylib`start + 1
frame #10: 0x000000010592368d libdyld.dylib`start + 1
:遊び場を開くときに、私はこのエラーここ
を示す前に、約10分間の運動場の負荷をであることに注意することも
良いことを下回る掲載します。この長いエラーを取得するとエラーになります
可能な複製http://stackoverflow.com/questions/39237298/xcode-8-strange-playground-error-couldnt-lookup-symbolsこれはあなたを助けるかもしれません。 –