Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
迦太基真棒。我真的很想在我的项目中尝试一下。但由于动态框架只支持 iOS 8,Carthage 官方并不支持 iOS 7 或更早版本。
是否有任何解决方法使其支持 iOS 7?
抱歉,没有。动态框架是Carthage简单性的重要组成部分,它不能轻易更改以支持不同的机制。
例如,动态框架允许 Carthage 对嵌套依赖项进行重复数据删除,为您应该链接到应用程序的每个框架提供一个副本。
使用静态链接,这是不可能的,因为每个依赖项都已经在复制自己的依赖项(导致重复的符号)。