Cocoa osx itunes code signing error dropbox bundle format is ambiguous (could be app or framework) -


i submmited app mac itunes , after received email itunes.

basically says this:

"unable sign - package doesn't meet current code signing requirements. more information, see code signing , application sandboxing guide , technical note 2206.

specifically, codesign generated following error:

.../payload/myapp.app/contents/frameworks/dropbox.framework/dropbox: bundle format ambiguous (could app or framework)

malformed framework - framework bundle dropbox (myapp.app/contents/frameworks/dropbox.framework) must contain symbolic link 'dropbox' -> 'versions/current/dropbox'. refer anatomy of framework bundles more information."

this framework structure:

enter image description here

my app uses dropbox framework. installed following dropbox instructions. how can solve this?

need please. in advance.

i tried doing https://stackoverflow.com/a/24418689/3065901 following error:

enter image description here


Comments

Popular posts from this blog

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

Confused about linking an interactive element Javascript/HTML -