无法在开发iPhone中安装应用程序

时间:2015-09-11 16:41:02

标签: ios iphone xcode

使用Xcode 7我无法在iOS 9 GM的开发iPhone上安装应用程序。 应用程序标记为已安装但在跳板中不可见。 配置文件似乎没问题。我使用核心情节,不知道这是否是架构问题。

设备日志

>     Sep 11 18:35:53 Davides-iPhone streaming_zip_conduit[274] <Warning>: LaunchServices: installing app for existing placeholder
> <LSApplicationProxy: 0x135523f60> com.protoscar.HCD2 <(null) *Not
> found in database*>
>     Sep 11 18:35:53 Davides-iPhone streaming_zip_conduit[274] <Warning>: LaunchServices: Not creating progress for
> <LSApplicationProxy: 0x135523f60> com.protoscar.HCD2 <(null) *Not
> found in database*> since it is not a placeholder.
>     Sep 11 18:35:53 Davides-iPhone installd[52] <Notice>: 0x1704b3000 -[MIClientConnection installPath:withOptions:completion:]: Install of "/var/mobile/Media/PublicStaging/HCD2.app" type Developer requested by
> streaming_zip_conduit (pid 274)
>     Sep 11 18:35:53 Davides-iPhone installd[52] <Notice>: 0x17148f000 -[MIInstaller performInstallationWithError:]: Installing <MIInstallableBundle ID=com.protoscar.HCD2; Version=14,
> ShortVersion=1.0>
>     Sep 11 18:35:53 Davides-iPhone profiled[151] <Notice>: (Note ) MC: Provisioning profiles changed
>     Sep 11 18:35:53 Davides-iPhone profiled[151] <Notice>: (Note ) MC: Updating MIS trust...
>     Sep 11 18:35:53 Davides-iPhone installd[52] <Error>:  SecTrustEvaluate  [leaf IssuerCommonName SubjectCommonName]
>     Sep 11 18:35:53 Davides-iPhone installd[52] <Notice>: 0x17148f000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.protoscar.HCD2 at
> /private/var/mobile/Containers/Data/Application/5DF14AF7-C8F4-4CBE-B081-C5BD046EFD27
>     Sep 11 18:35:53 Davides-iPhone installd[52] <Notice>: 0x17148f000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.protoscar.HCD2 at
> /private/var/mobile/Containers/Bundle/Application/E83B05A4-ACC1-42E2-A3AA-942A2CDB131F
>     Sep 11 18:35:54 Davides-iPhone installd[52] <Notice>: 0x17148f000 -[MIInstaller performInstallationWithError:]: Install Successful; Staging: 0.01s; Waiting: 0.00s; Preflight/Patch: 0.09s, Verifying:
> 0.09s; Overall: 0.35s

1 个答案:

答案 0 :(得分:6)

固定。我删除了配置文件,重新启动了设备,现在应用程序安装没有问题。