including resources in a plugin bundle, causes a code signing error?

so, the subject says it all.


I literally include a 30x30 png in my bundle... which is a plugin... and the entire app will not compile.


all I'm trying to do is store resources for the plugin, IN the plugin, and then retrieve them when I need them.


this isn't a code thing, I can't even get through the first step: copying the images into the bundle causes this issue:


.../Xcode/DerivedData/concrete-avagvvzvpkupkmeubvvuggphmrsf/Build/Products/Debug/CentralDogma.plugin: replacing existing signature

.../Xcode/DerivedData/concrete-avagvvzvpkupkmeubvvuggphmrsf/Build/Products/Debug/CentralDogma.plugin: resource fork, Finder information, or similar detritus not allowed

Command /usr/bin/codesign failed with exit code 1


been doing google searches for hours. I just need to know what I'm doing wrong.

including resources in a plugin bundle, causes a code signing error?
 
 
Q