I get this when I try to run a project on the Xcode 8.0 beta 3 (8S174q) Simulator:
dyld: Library not loaded: @rpath/libswiftCore.dylib
Referenced from: /Users/dilabuser/Library/Developer/CoreSimulator/Devices/6D3900E4-86A4-46FB-BFC6-F4472F5A4DEA/data/Containers/Bundle/Application/180C0C55-5E65-4EE8-8BD7-3A6029A13307/Scaffold.app/Scaffold
Reason: image not found
Googling this error message turns up a bunch of 2015-era advice about signing, most saying that it works fine on the simulator but then fails on device. I get this message on the simulator, after logging out of all my accounts and not signing at all.
Any ideas what might be wrong or how to continue debugging?