osx mountain lion - Xcode error 100021 -


today, added small piece of functionality (a few lines of code only, else identical) app want publish on mac app store.

this app on store, , change i've made in code itself, publishing should work before, being xcode we're talking about, came error:

enter image description here

and nothing else. happens when go archive manager, , try go through distribute... dialog. ideas on how debug and/or did xcode screw up? latest xcode (4.6.1) on latest os x (10.8.3).

more of clue answer here, ran same problem , turned out because of symbolic links copied app "copy files" build step.

however, in case i'd tried bundle in nvidia cg library , had added "copy files" entry copy framework. hence culprit obvious: cg.framework directory has bunch of symbolic links. whether , proper solution don't know, changed "copy files" copy code library itself.

copy files destination: frameworks subpath: cg.framework cg in sdk/cg/cg.framework/versions/1.0 

hopefully ends here searching error code 100021.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -