I was trying to add a .pch file in my Xcode project with iOS SDK 8.3, but was getting an error:
no such file or directory: '/Users/classic/Downloads/appname/appname/appname-Prefix.pch'
I was following this link: PCH File in Xcode 6
Can anyone help?