My project is connected with Google Calendar by using GData API. I test everything work fine in Debug mode on both simulator and device. But when I archive in order to create an adHoc. It give me an error that say GDataCalendar.h is not found. Please help.
I checked, in my project target-->Build Setting-->Header Search Path
- In Debug mode, I have ${BUILT_PRODUCTS_DIR}/Headers
- In Release Mode,I have ${BUILT_PRODUCTS_DIR}/Headers
- In Distribution mode, I have ${BUILT_PRODUCTS_DIR}/Headers
Please Help me