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

php - Hide output during test execution -

javascript - Migrate custom AngularJS filter from 1.2.28 to 1.4.x -

Update Magento products with multiple images -