简体   繁体   English

ITSAppUsesNonExemptEncryption 不再工作

[英]ITSAppUsesNonExemptEncryption does not work anymore

Problem问题

We are using Fastlane to distribute our builds.我们正在使用Fastlane来分发我们的构建。 In order to avoid the manual agreement to the export compliance, we have set the following key in our info.plist :为了避免手动同意出口合规性,我们在info.plist中设置了以下键:

<key>ITSAppUsesNonExemptEncryption</key>
<false/>

Out of the blue, this stopped working.出乎意料的是,这停止了工作。 Also, the encryption pop-up has changed.此外,加密弹出窗口也发生了变化。 Is there a new key that has to be added or has something else changed?是否有必须添加的新密钥或有其他更改? Couldn't find any information.找不到任何信息。

Solution解决方案

Ok, it is unbelievably stupid.好吧,这是令人难以置信的愚蠢。 I edited the entry in my info.plist , but I had to edit it directly via XCode in the Generals tab.我编辑了我的info.plist中的条目,但我必须通过Generals选项卡中的 XCode 直接编辑它。 Seems like the version in XCode is the one which is really used and at some point in the build process being generated from the original info.plist .似乎 XCode 中的版本是真正使用的版本,并且在构建过程中的某个时刻是从原始info.plist生成的。

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

相关问题 ITSAppUsesNonExemptEncryption导出合规性-应用程序使用加密的数据,但本身不加密 - ITSAppUsesNonExemptEncryption export compliance - app uses encrypted data, but does no encryption itself 为什么我的UITableView不再起作用? - Why my UITableView does not work anymore? 带有TableView的iOS 6 CalloutView不再起作用 - IOS 6 CalloutView with TableView does not work anymore ITSAppUsesNonExemptEncryption Cordova 构建 - ITSAppUsesNonExemptEncryption Cordova Build 使用manifest.plist无线安装内部iOS应用程序不再适用于iOS 8 - Install In-House iOS App wirelessly with manifest.plist does not work anymore with iOS 8 UIWebView不再起作用 - UIWebView doesn't work anymore supportedInterfaceOrientationsForWindow似乎不再起作用了? - supportedInterfaceOrientationsForWindow seems do not work anymore? 应用程序使用https - ITSAppUsesNonExemptEncryption的正确值是什么 - App uses https - what is the correct value of ITSAppUsesNonExemptEncryption Adobe Animate缺少出口合规性ITSAppUsesNonExemptEncryption False - Adobe Animate Missing Export Compliance ITSAppUsesNonExemptEncryption False 内部测试时 ITSAppUsesNonExemptEncryption 出口合规性? - ITSAppUsesNonExemptEncryption export compliance while internal testing?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM