We are trying to configure ZipKit as part of our Xcode 4 project using these instructions , and we are having trouble getting our compilation application.
Here is the setting that we now have (since I am not allowed to post images, I will just give you links to them):
Project setup
All assemblies are configured to go to the shared directory:
Xcode Settings .
When creating the application, we get the following error:
UIUpdateDownloadDialog.m: 10: 9: fatal error: file "ZKDataArchive.h" not found 1
This line in UIUpdateDownloadDialog.m says #import "ZKDataArchive.h".
Any ideas on what we are doing wrong?
Thank!
source
share