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 . note: select combined in level easy understand . showing in below image :
Comments
Post a Comment