问题描述
我尝试使用iResign应用程序在Mac OS 10.10上使用新的配置文件重新签名我的ipa文件,但我收到了此警告:警告: - 在Mac OS X中已弃用--resource-rules> = 10.10。
I tried to resign my ipa file with new provisioning profile on Mac Os 10.10 with iResign app but I got this warning: "Warning: --resource-rules has been deprecated in Mac OS X >= 10.10".
我现在该怎么办?
推荐答案
我找到解决方法:如果您从XCode运行iResign应用程序 - 那么您将重新签名应用程序没有问题(警告将出现在控制台而不是弹出窗口中)。
但是如果你关闭XCode并单独运行应用程序 - 那么弹出窗口将返回给你!
I found workaround: if you run the iResign app from XCode — then you will resign app without problem (warning will appears in console instead of popup).But if you close XCode and run app alone — then popup will back to you!
BTW:发现错误:)
条件
BTW: bug found :)The condition
if (systemVersionFloat < 10.9f)
优胜美地10.10被打破。好笑。
Is broken for Yosemite 10.10. Funny.
谢谢,
这篇关于--resource-rules已在mac os x> = 10.10中弃用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!