Closed codeman9 closed 9 years ago
Thanks for reporting this @codeman9, this is indeed a bummer. This seems to have been introduced by the new iOS Framework target for Cedar that was added recently (e4a6b833688a6504f237f50249c8626adc867338). It seems that building a framework for iOS 8+ requires code signing by default. The reason this is relevant is that running this shell script actually builds and installs a cedar framework, in addition to installing the code snippets and templates.
This has perplexed me for a long time. I'd love it if this wasn't the case, because I find running this script often takes a long time, and occasionally fails, as you discovered. In lieu of this "installCodeSnippetsAndTemplates" script invoking the rake install
task, which does too much, perhaps we could expose a single rake task for installing the code snippets and templates (without building and installing cedar) and this shell script could just refer to that rake task?
I don't know the full history of these scripts, but I believe that the framework is built because, until https://github.com/pivotal/cedar/pull/314 was merged, the Cedar project templates included a copy of Cedar.framework
. Since those templates no longer exist, I can't think of any reason to continue building the framework as a part of the snippet/template installation process.
Hey @codeman9 I think we've fixed this in a recent commit. Could you try using HEAD of the master branch and letting us know if's resolved for you?
Works.
pulling the latest from HEAD and trying to run this install script fails with