0

设置:适用于 Windows 的 iPhone 配置实用程序,版本 3.5.0.289 iPhone (3G?) 软件版本 4.3.5 (8L1)

默认 MDM 配置。如果重要,MDM 服务将使用 Apple 的 Ruby 参考实现。

当尝试使用在 iPCU 中配置的 IPCU 安装配置文件时,IPCU 认为该配置文件有效,我收到以下错误:

Oct  4 15:39:46 Developments-iPhone profiled[644] <Warning>: MC|Profile cannot be queued for installation. Error: NSError 0x1f5510d0:
Desc   : Invalid Profile
Sugg   : The MDM payload com.example.mdmtest.mdm1 contains invalid access rights.
US Desc: Invalid Profile
US Sugg: The MDM payload com.example.mdmtest.mdm1 contains invalid access rights.
Domain : MCInstallationErrorDomain
Code   : 4000
Type   : MCFatalError
...Underlying error:
NSError 0x1f550960:
Desc   : The profile MDMTest is invalid.
Sugg   : The MDM payload com.example.mdmtest.mdm1 contains invalid access rights.
US Desc: The profile MDMTest is invalid.
US Sugg: The MDM payload com.example.mdmtest.mdm1 contains invalid access rights.
Domain : MCProfileErrorDomain
Code   : 1000
Type   : MCFatalError
Params : (
MDMTest
)
...Underlying error:
NSError 0x1f54f940:
Desc   : The payload MDMTest is invalid.
Sugg   : The MDM payload com.example.mdmtest.mdm1 contains invalid access rights.
US Desc: The payload MDMTest is invalid.
US Sugg: The MDM payload com.example.mdmtest.mdm1 contains invalid access rights.
Domain : MCPayloadErrorDomain
Code   : 2000
Type   : MCFatalError
Params : (
MDMTest
)
...Underlying error:
NSError 0x1f54f9b0:
Desc   : The MDM payload com.example.mdmtest.mdm1 contains invalid access rights.
US Desc: The MDM payload com.example.mdmtest.mdm1 contains invalid access rights.
Domain : MCMDMErrorDomain
Code   : 12000
Type   : MCFatalError
Params : (
"com.example.mdmtest.mdm1"
)
Extra info:
{
isPrimary = 1;
}

我的问题是:什么是“isPrimary = 1”,它来自哪里,我该如何摆脱它?我已经尝试导出配置,但它不包含任何“isPrimary = 1”元素,并且访问权限字段是一个幻数,大概是一个位掩码,我无法找到任何文档,所以是除了随机尝试数字之外,还有什么过程可以让 iPhone 接受这个配置文件?

4

1 回答 1

1

该错误与无效的访问权限(您选择要使用 MDM 管理的选项)有关,并且您正在运行 iOS 4。我想您已经选择了 iOS 4 不支持的“添加/删除应用程序”访问权限. 关闭此访问权限,以及“添加/删除设置”权限,然后尝试重新安装。

于 2012-10-04T23:24:00.833 回答