I just moved an app i've been working on from Xcode 5, onto another computer running Xcode 6, (working fine on Xcode 5)
I now get the following error
I assume this was an issue with a missing .pch file, when I look into this dir i found the file but its called TMU-Prefix.pch instead of TMU_4.0-Prefix.pch
I figured my prefix header must be set incorrectly so I went in to build settings to change that and to my surprise my build settings is looking for the right file
This file which does indeed exist in my directory . . .
I'm clueless as to this error upon search I came upon this post where Xcode 6 requires creating a separate .pch file i did and yet no success
As always, Any help is much appreciated