In Xcode 6.3, I got this error when trying to run an iOS project written in Swift on a real device.
App installation failed c
App installation failed
c
My issue was an embedded framework.
Go to "Build Phases" -> "Embed Frameworks" -> Check "Copy only when installing", and it got rid of the issue for me.