How to resolve Xcode codesign error about multiple binaries sharing the same path? -
when try export signed copy of application archives screen, following error.
i used find . -type l ls
find symlinks in project directory: there none. went xcode/archives
folder archive , searched symlinks there, , there none of them in devmatekit.framework mentioned in error message. i've tried adding build step manually delete second binary, doesn't help.
the code signing being done automatically xcode, , files being copied through standard copy files task. there 1 manual piece of code signing, done through run script task, manually codesigns different framework 1 in error message (although can't see how relevant). xcode version 6.3.1.
any suggestions?
if using devmatekit v1.1.1 or less, check 'link binary libraries' build phase , phase copying frameworks , remove devmateissuesreporter.framework list if it's present there. if won't help, contact devmate support problem or create new issue github (https://github.com/devmate/devmatekit)
Comments
Post a Comment