【发布时间】:2026-02-05 12:10:01
【问题描述】:
我收到以下 iCloud 错误。
错误域=IDEFoundationErrorDomain Code=1 "exportOptionsPlist 错误 对于键“iCloudContainerEnvironment”:期望 {Development, 生产},但未提供任何值” UserInfo={NSLocalizedDescription=exportOptionsPlist 键错误 'iCloudContainerEnvironment':期望 {Development, Production},但未提供任何值}
我拥有以下 iCloud 权利。
<key>com.apple.developer.icloud-container-identifiers</key>
<array>
<string>iCloud.$(CFBundleIdentifier)</string>
</array>
<key>com.apple.developer.icloud-container-development-container-identifiers</key>
<array>
<string>iCloud.$(CFBundleIdentifier)</string>
</array>
我尝试将“开发”和“生产”作为字符串值,而不是 iCloud.$(CFBundleIdentifier)。但是,Xcode 和应用中心给了我一个错误,说 Provisioning profile doesn't match the entitlements 值。
【问题讨论】:
标签: xcode react-native icloud entitlements visual-studio-app-center