i have almost completed project using carousel view and it is running fine in simulator but, while archiving it shows lexical or Processor Issue("CoreImage/coreImage.h file not found"). i tried trouble shoot this error with answers in these links
Lexical Preprocessor issue (File not found),
lexical or preprocessor issue file not found occurs while archiving?
and added Quartzcore.framework checked in build settings even then it shows same error.
added code sign also .
Asked
Active
Viewed 556 times
0
-
can you please post the screenshot or comment here which you are getting – Vaibhav Gautam Aug 01 '13 at 13:00
-
Did you link `CoreImage Framework`? – Desdenova Aug 01 '13 at 13:22
-
yes! i did and checked in build phases also – datha Aug 01 '13 at 14:02
-
Ensure that build settings are correct for the build configuration that you are using for archiving. Product->Edit Scheme->Archive to check for the Build Configuration. – rakmoh Aug 01 '13 at 15:01
-
sorry to bother my Xcode is corrupted. I figured it by archiving my previous project which already archived thanks you for support – datha Aug 02 '13 at 05:46
-
updated Xcode it fixed my issue – datha Aug 12 '13 at 06:05