我发现了无数关于如何添加 Carthage Run 脚本的线程,但我想知道为什么需要这个脚本?
将其他 .frameworks 添加到Embedded Binaries
orLinked Frameworks
时,我知道不需要额外的步骤。那么为什么 Carthage 构建的框架不同呢?
查看文档,它谈到了debug information being copied into the built products directory
. 那么这个运行脚本是否需要允许对崩溃日志进行去符号化,或者它是为了其他什么?