gpt4 book ai didi

ios - 错误 ITMS-90046 : value 'Development' for key 'com.apple.developer.icloud-container-environment' is not supported

转载 作者:行者123 更新时间:2023-11-29 05:46:51 27 4
gpt4 key购买 nike

我收到以下错误:

ERROR ITMS-90046: "Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, value 'Development' for key 'com.apple.developer.icloud-container-environment' in 'Payload/AppName.iOS.app/AppName.iOS' is not supported."

“开发”甚至不在 entitlements.plist 中。尽管在字符串数组中存在 iCloud 认证的名称(这在之前的上传中有效,我不知道是什么导致它损坏)。我还尝试删除所有认证和规定并重做它们。不用找了。

我也尝试过以下方法,但没有成功:

ERROR ITMS-90164/90046: Invalid Code Signing Entitlements

https://forums.xamarin.com/discussion/48831/tinyurl.com/oqbw7ra

https://forums.xamarin.com/discussion/58051/ios-entitlement-error-90046

建议?

编辑:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.developer.networking.wifi-info</key>
<true/>
<key>keychain-access-groups</key>
<array>
<string>$(AppIdentifierPrefix)com.PrivateAppName</string>
</array>
<key>com.apple.developer.icloud-container-identifiers</key>
<array>
<string>iCloud.com.PrivateAppName</string>
</array>
<key>com.apple.developer.ubiquity-kvstore-identifier</key>
<string>$(AppIdentifierPrefix)$(CFBundleIdentifier)</string>
</dict>
</plist>

最佳答案

最终删除了 iCloud,因为我找到了不使用它的方法。我用过secure-storagepreferences反而。请注意,无论出于何种原因,用于存储它们的 key 必须包含应用程序标识符,否则它并不总是从设备(手机、平板电脑等)中获取它。

关于ios - 错误 ITMS-90046 : value 'Development' for key 'com.apple.developer.icloud-container-environment' is not supported,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56068326/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com