Failed to CodeSign on iOS

iOS failed to code sign with the error “resource fork, Finder information, or similar detritus not allowed”

With some google searching yields the link: Technical Q&A QA1940: Code signing fails with error 'resource fork, Finder information, or similar detritus not allowed'

Where it says to run "xattr -cr "

And if you run that in your project dir, you clear all the attribs recursively there.

Launching from the editor still fails with the same error.

Please advise?

Thanks!
Jon