I'm running Mac OS X 10.8 Mountain Lion and Illustrator CC. I have a plugin built using XCode 4.6 and objective C++ (for UI elements) in which I need to read and possibly manipulate the XMP metadata of a linked image, normally tiff's.
I have successfully built and used the toolkit but I'm getting some strange behaviour, specifically random crashes (EXC_BAD_ACCESS) in unrelated object destructors after making calls to the toolkit. I have another post on the Illustrator SDK forums that describes the problems I'm having in more detail: http://forums.adobe.com/message/6306690#6306690
Does anyone have any idea what I'm doing wrong here? It's had me stumped for days I can provide more detailed information/code snippets if required, I'm just not in front of my Mac at the moment.