Hi,
1.There is Adobe XMP SDK which allow us to read/write or update image file XMP metda data(i am assuming that you know what is image file XMP).
2.The XMP SDK project is win console application on windows and unix exicutable on the Mac.
3.So from given SDK you get basic two libraries ie 1."XMPCoreStaticRelease.lib" 2."XMPFilesStaticRelease.lib".After getting compilation you need to link these library in your own custome SDK project. And finally you can do your stuff related image XMP development.
4.These things work fine on Windows.
5.Incase of Mac,i am able to compile library sucessfully they crearted same as windows in the SDK folder.
6.But for creating your own custome xcode project raise the problem that if you create new proejct as per user guide the project failed compile in linking the libraries or it give you lots of directory not found errors.
7.If am going to compile SDK sample project without changing any setting same case will happen as 6 point.
8.So i have tried lots of proejct setting manipulation to compile and link it successfully but not finding any proper way to get complie.
9.The one concern i need to ckeck that in user guide xcode version is mentioned 3.2.1 and i am using 3.1.3. but SDK library project building succesfully on the xcode version 3.1.3 .
Thank you for spending your valueable time on this issue.
Regards
Qamar