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

python - jinja2: TemplateSyntaxError: expected token ',', got 'string' -

Qt4: how to send QString inside a struct via QSharedMemory -

node.js - NodeJS remote terminal to Dropbear OpenWRT-Server -