Ad Hoc个人资料问题

8 xcode ios provisioning-profile

我有这个错误,有谁知道是什么问题?我检查并且我在adHoc和主配置配置文件中都有权利密钥,但我不知道为什么会出现此错误

 DTFetchSymbols[512] <Notice>:   
 /System/Library/Caches/com.apple.dyld/dyld_shared_cache_armv7s
 DTFetchSymbols[512] <Notice>: kCommand_ListFilesPlist
 syslog_relay[377] <Notice>: syslog_relay found the ASL prompt. Starting...
 profiled[84] <Notice>: (Note ) MC: Provisioning profiles changed
 mobile_installation_proxy[375] <Warning>: LaunchServices: Please include the 
 kCFBundleIdentifierKey in the options dictionary when installing an app.
 mobile_installation_proxy[375] <Warning>: LaunchServices: installing app with unknown
  bundleID
 installd[384] <Notice>: 0x603000 -[MIClientConnection
 _doBackgroundInstallationForPath:withOptions:completion:]: Install of 
 "/var/mobile/Media/PublicStaging/Test.ipa" type Customer requested by  
 mobile_installation_proxy (pid 375)
 installd[384] <Notice>: 0x603000 -[MIInstaller performInstallationWithError:]: 
 Installing <MIInstallableBundle ID=test.testTest.Test; Version=3, ShortVersion=3.1.2>
 misagent[378] <Error>: attempt to install invalid profile: 0xe8008012
 installd[384] <Error>: 0x603000 -[MIInstallableBundle 
 _installEmbeddedProfileInBundle:]: Could not install embedded profile: 0xe8008012 
 (Unsupported device)
 installd[384] <Error>:  SecTrustEvaluate  [leaf CriticalExtensions IssuerCommonName]
 installd[384] <Error>: entitlement 'beta-reports-active' has value not permitted by 
 provisioning profile 'test TEST AdHoc 2015'
 installd[384] <Error>: 0x603000 -[MICodeSigningVerifier performValidationWithError:]:
 186: Failed to verify code signature of <MIExecutableBundle : path =  /private/var/mobile/Library/Caches/com.apple.mobile.installd.staging/temp.asUxKy/extracted/Payload/Test.app identifier = test.Test.testTest type = 4> : 0xe8008016 (Entitlements found that are not permitted by provisioning profile)

 installd[384] <Error>: 0x603000 -[MIInstaller performInstallationWithError:]: 
 Verification stage failed
 mobile_installation_proxy[375] <Error>: 0x603000 
__MobileInstallationInstallForLaunchServices_block_invoke240: Returned error Error 
Domain=MIInstallerErrorDomain Code=13 "Failed to verify code signature of 
<MIExecutableBundle : path =     /private/var/mobile/Library/Caches/com.apple.mobile.installd.staging/temp.asUxKy/extracted/Payload/Test.app identifier = test.Test.testTest type = 4> : 0xe8008016 (Entitlements found that are not permitted by provisioning profile)" UserInfo=0x17566950 {LibMISErrorNumber=-402620394, LegacyErrorString=ApplicationVerificationFailed, FunctionName=-[MICodeSigningVerifier performValidationWithError:], NSLocalizedDescription=Failed to verify code signature of <MIExecutableBundle : path = 
       /private/var/mobile/Library/Caches/com.apple.mobile.installd.staging/temp.asUxKy/extracted/ Payload/Test.app identifier = test.Test.testTest type = 4> : 0xe8008016 (Entitlements found   that are not permitted by provisioning profile), SourceFileLine=186}
 mobile_installation_proxy[375] <Warning>: ERROR:    MobileInstallationInstallForLaunchServices returned nil
 mobile_installation_proxy[375] <Error>: 0x581000 handle_install: Installation failed:   Error Domain=LaunchServicesError Code=0 "The operation couldn’t be completed. (LaunchServicesError error 0.)" UserInfo=0x17566a30 {Error=ApplicationVerificationFailed, ErrorDetail=-402620394, ErrorDescription=Failed to verify code signature of <MIExecutableBundle : path = /private/var/mobile/Library/Caches/com.apple.mobile.installd.staging/temp.asUxKy/extracted/Payload/Test.app identifier = test.Test.testTest type = 4> : 0xe8008016 (Entitlements found that are not permitted by provisioning profile)}
Run Code Online (Sandbox Code Playgroud)

提前致谢!

ody*_*yth 0

不确定这是否会对您有帮助,但我所做的解决方法是删除了该应用程序的配置文件。然后我在开发者门户中重新创建了它。接下来,我采用了刚刚制作的构建,并使用 XCode 导出它(组织器 > 导出 > 保存为临时部署),验证它使用的是我刚刚制作的配置文件,然后将其上传到 testflight,我能够将其安装在我的手机。我使用的是运行 ios 8.0 的 iPhone 6。