简体   繁体   English

如何修改XCODE(使用CocoaPods导入)中第三方框架的Info,plist?

[英]How to modify the Info,plist of a third-party framework in XCODE (imported using CocoaPods)?

Submissions to Apple's App Store result in errors due to third party framework missing key-value pairs in framework.由于第三方框架缺少框架中的键值对,提交到 Apple 的 App Store 会导致错误。 (The Info.plist file is missing the required key: CFBundleShortVersionString). (Info.plist 文件缺少所需的键:CFBundleShortVersionString)。

I was able to fix by opening the xcarchive files and making the additions myself.我能够通过打开 xcarchive 文件并自己进行添加来修复。

However, is there an easy way to do this so I don't need to do it with every archived submission?但是,有没有一种简单的方法可以做到这一点,所以我不需要对每个存档的提交都这样做?

Found the answer.找到了答案。 Turns out you just use Finder and navigate to the project -> pods folder and find the framework.原来你只是使用 Finder 并导航到项目 - > pods 文件夹并找到框架。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM