When I\'m trying to run iOS application in Xcode 6 in iPhone 6 simulator, I\'m getting error Unable to run app in Simulator.
And error code is: >
This happened to me once when I added some assets as symbolic links (through ln -sf). Even installing to devices was failing.
ln -sf
After I removed the links and made a hard copy, it worked and error was gone.