Hello Everyone,My application embeds a framework into the @executable_path/../ Frameworks folder in my application
This framework is the Xerces framework and has the xercesc folder in the Headers folder of the framework. How can I provide this header folder in the Header search paths definition of my application?
I tried @executable_path/../Frameworks/Xerces.framework/Versions/A/ Headers but that didn't work, and get about 600 errors. I also put the xercesc folder in the root directory of the project and used $(SRCROOT) in my Headers Search Path, and it still says there are 600 errors.
Any suggestions? Thanks, Rick
smime.p7s
Description: S/MIME cryptographic signature
