objective c - Not able to add .pch file in iOS 8 -


i trying add .pch file in xcode project ios sdk 8.3, getting error:

no such file or directory: '/users/classic/downloads/appname/appname/appname-prefix.pch'

i following link: pch file in xcode 6

can help?

try below code :

goto > project > build settings > apple llvm 6.1 language set precompile prefix header : yes prefix header : paste file name here (eg sample-prefix.pch) . given in below image . image description note: select combined in level easy understand . showing in below image :image description


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -