O Xcode 5 lança o erro “Library not loaded” ao adicionar um alvo de teste

Eu tentei adicionar um alvo de teste no Xcode 5 usando o pacote de teste Add Target -> Add Cocoa Touch Unit. No entanto, quando eu executo o teste, recebo o seguinte erro:

2013-09-24 10: 43: 14.446 Stack Exchange [48895: c07]Erro a carregar / Users / arielitovsky / Biblioteca / Desenvolvedor / Xcode / DerivedData / MyApp-fjegcztcnwxqdfdimhonqzzqpdwr / Construir / Produtos / Debug-iphonesimulator / Stack Exchange Testes.xctest / Testes do Exchange de pilha: dlopen (/ Users / arielitovsky / Library / Developer / Xcode / DerivedData / MyApp-fjegcztcnwxqdfdimhonqzzqpdwr / Build / Produtos / Debug-iphonesimulator / Stack Exchange Testes.xctest / Stack Exchange Tests, 262):Biblioteca não carregada: /Developer/Library/Frameworks/XCTest.framework/XCTest Referenciado de: / Users / arielitovsky / Biblioteca / Desenvolvedor / Xcode / DerivedData / MyApp-fjegcztcnwxqdfdimhonqzzqpdwr / Criar / Produtos / Depurar-iphonesimulator / Stack Exchange Tests.xctest / Stack ExchangeMotivo dos testes: imagem não encontrada IDEBundleInjection.c: Erro ao carregar o pacote '/ Users / arielitovsky / Biblioteca / Desenvolvedor / Xcode / DerivedData / MyApp-fjegcztcnwxqdfdimhonqzzqpdwr / Construir / Produtos / Debug-iphonesimulator / Stack Exchange Tests.xctest' Programa finalizado com o código de saída: 0

Por que isso não está funcionando?