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.
将应用程序上传到 App Store 时遇到问题。当我上传应用程序时,它显示错误:
我正在使用 SVGKit,它可以在我的设备上完美运行。
看起来与 SVGKit 捆绑的 CocoaLumberjack(开源日志库)版本现在与 Apple 的规则不兼容。
首先:如果这是一个已知问题,请与 CocoaLumberjack 联系。
第二:如果他们有固定版本,请尝试替换 SVGKit 附带的版本。这是一个简单的操作 - 您将新的框架源代码复制/粘贴到现有框架源代码的顶部。如果您有问题,请在 SVGKit github 项目上提问,有人会帮助您解决问题(过去有人升级过 CocoaLumberjack)