Toda vez que eu crio um novo playground para testar algum código, o Xcode fica preso e não executa o código. Ele simplesmente apresenta a declaração 'Running playground' ou 'Launching simulator' na parte superior da tela com o ícone de carregamento girando prometidamente ao lado dele, mas nada acontece. Às vezes, isso continua indefinidamente e às vezes o Xcode interrompe e imprime isso no console:
Playground execution failed: error: Couldn't lookup symbols:
__swift_FORCE_LOAD_$_swiftCoreImage
__swift_FORCE_LOAD_$_swiftFoundation
_playground_log_hidden
_playground_logger_initialize
_playground_log_postprint
thread #1: tid = 0xc0cd0, 0x000000010ea7c3c0 MyPlayground`executePlayground, queue = 'com.apple.main-thread', stop reason = breakpoint 1.2
frame #0: 0x000000010ea7c3c0 MyPlayground`executePlayground
frame #1: 0x000000010ea7b9c0 MyPlayground`__37-[XCPAppDelegate enqueueRunLoopBlock]_block_invoke + 32
frame #2: 0x000000010f59625c CoreFoundation`__CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
frame #3: 0x000000010f57b304 CoreFoundation`__CFRunLoopDoBlocks + 356
frame #4: 0x000000010f57aa75 CoreFoundation`__CFRunLoopRun + 901
frame #5: 0x000000010f57a494 CoreFoundation`CFRunLoopRunSpecific + 420
frame #6: 0x0000000114985a6f GraphicsServices`GSEventRunModal + 161
frame #7: 0x0000000110124f34 UIKit`UIApplicationMain + 159
frame #8: 0x000000010ea7b6e9 MyPlayground`main + 201
frame #9: 0x0000000112ad268d libdyld.dylib`start + 1
frame #10: 0x0000000112ad268d libdyld.dylib`start + 1
Estou executando o Xcode 8.0 (8A218a) no macOS Sierra 10.12.
Hardware :
MacBook Pro (13 "em meados de 2012)
2,5 GHz Intel Core i5
4 GB 1600 MHz RAM DDR3
Eu olhei em volta, mas pelo menos nenhum desses tópicos forneceu uma resposta:
https://forums.developer.apple.com/thread/5902
https://github.com/jas/playground/issues/9
Coisas que eu já tentei com zero sucesso:
- Reiniciando o Xcode
- Reinstalando o Xcode (rebaixado para 7.3, mas como isso não ajudou, eu atualizei novamente para 8.0)
- Reiniciando a máquina
- Criando um novo playground
Você tem alguma idéia de como resolver esse problema? Eu sou novo em programação e estou ansioso para aprender Swift, mas o Xcode está tornando-o praticamente impossível ...
Agradeço antecipadamente, felicidades.