MB_*_*per 6 deployment over-the-air ios-provisioning ios8.1 xcode6.1
我知道我的问题类似于这个iOS8企业应用程序安装问题 但是没有一个答案帮助我和我没有人解释崩溃日志错误,我认为这是解决实际问题的关键,而不是尝试添加另一个可能的解决方案工作.
到目前为止我尝试了什么:
这是日志:
iPad-itunesstored[81] <Warning>: LaunchServices: installing placeholder for com.firmName.
iPad installd[34] <Notice>: 0x1ad5000 -[MIClientConnection _doBackgroundInstallationForPath:withOptions:completion:]: Install of "/var/mobile/Library/Caches/com.apple.itunesstored/AppPlaceholders/5715016884658519113.app" type Placeholder requested by itunesstored (pid 81)
Run Code Online (Sandbox Code Playgroud)
PID 81 =应用安装请求
PID 31 = pid81请求占位符安装,应该在后台通过pid 31完成
iPad installd[34] <Notice>: 0x1ad5000 -[MIInstaller performInstallationWithError:]: Installing <MIInstallableBundle ID=com.firmName.AppyName; Version=1.0, ShortVersion=(null)>
Run Code Online (Sandbox Code Playgroud)
正在安装......
iPad MobileStorageMounter[187] <Error>: 0x3cce29dc Device-O-Matic: iterate_ancestors IORegistryEntryGetParentIterator failed: No such process
iPad MobileStorageMounter[187] <Error>: 0x3cce29dc Device-O-Matic: iterate_ancestors IORegistryEntryGetParentIterator failed: No such file or directory
iPad MobileStorageMounter[187] <Error>: 0x3cce29dc Device-O-Matic: iterate_ancestors IORegistryEntryGetParentIterator failed: No such file or directory
iPad MobileStorageMounter[187] <Error>: 0x3cce29dc Device-O-Matic: iterate_ancestors IORegistryEntryGetParentIterator failed: No such file or directory
Run Code Online (Sandbox Code Playgroud)
发生了错误
在MobileStorageMounter
声音的错误,它不会导致iPad的存储空间有足够的空间.PID 31被杀死,因此没有进程,看起来占位符被删除了,这就是为什么没有这样的文件或目录?
其余部分如下:
iPad installd[34] <Notice>: 0x1ad5000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.firmName.AppyName at /private/var/mobile/Containers/Data/Application/FE556E7D-F0BF-4E83-8140-5A9BA7574E8A
iPad installd[34] <Notice>: 0x1ad5000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.firmName.AppyName at /private/var/mobile/Containers/Bundle/Application/D3564BA0-3940-40EB-926F-F1A04D5FA5BF
iPad installd[34] <Notice>: 0x1ad5000 -[MIInstaller performInstallationWithError:]: Staging: 0.04s; Waiting: 0.00s; Installation: 0.70s; Overall: 0.74s
iPad itunesstored[81] <Warning>: LaunchServices: Creating installProgressForApplication:<LSApplicationProxy: 0x14d26cf0> com.firmName.AppyName (Placeholder) withPhase:3
iPad itunesstored[81] <Warning>: LaunchServices: installPhaseFinishedForProgress: com.firmName.AppyName.InstallingPlaceholder - <NSProgress: 0x14f94a40> : Parent: 0x0 / Fraction completed: 0.0000 / Completed: 0 of 100 called, removing progress from cache
iPad kernel[0] <Notice>: flow_divert_token_set (0): Failed to get the key unit from the token: 22
iPad lockdownd[24] <Error>: Could not set socket option SO_OPPORTUNISTIC: Invalid argument
iPad kernel[0] <Notice>: flow_divert_token_set (0): Failed to get the key unit from the token: 22
iPad lockdownd[24] <Error>: Could not set socket option SO_OPPORTUNISTIC: Invalid argument
iPad filecoordinationd[138] <Warning>: sandboxing denied subscription to progress on category com.firmName.AppyName (bundle id (null), EF50B943-DC1D-493E-AAD3-DBAEA8F380D8)
iPad filecoordinationd[138] <Warning>: sandboxing denied subscription to progress on category com.firmName.AppyName (bundle id com.apple.iaptransportd, AC37404E-9FF1-474E-A2A3-F92E3E3EE0ED)
Run Code Online (Sandbox Code Playgroud)
似乎PID 81以100的0完成并被删除.似乎所有人都没有在占位符创建中失败?
当通过Xcode 6.1.1构建并插入任何设备时,该应用程序可以正常运行.它也通过企业分发工作了一次,然后再也没有(我下载并安装它,之后这是永远不可能的).该应用程序始终处于"等待..."状态.
任何建议或想法都是受欢迎的.我真的不知道了或任何想法.OTA/Adhoc发行还有另一种方式吗?
我尝试了 iOS 8.1 的所有答案和解决方案组合。iPad 和 iPod 上都可以使用,无需再进一步。有效的解决方案是使用苹果的 testFlight。我认为旧的方式是行不通的,所以开发人员会慢慢转向 testFlight。我浪费了两个工作日,希望这对你有帮助,而不是浪费时间。
关于 testFlight:testFlight 苹果页面
这个简单的教程引导我:iOS8 testFlight教程
更新 1(2015 年 5 月 24 日):
企业发行版现在可以为我工作。我的同事在服务器上更新了 SSL 两次。由于某些证书已更改和更新,他更新了用于 SSL 身份验证的两个密钥。该发行版还适用于以下设备:
iPod(4th,8.2),iPhone 5S(8.3),iPad 2(8.3),iPad 4(8.3)。
但是它不起作用,并且在 Xcode - 窗口 - 设备 iPad 3 控制台中不会给出任何错误报告(或错误行)。我一直在使用 Xcode 6.2+ IDE(当前为 6.3.1)成功上传我的应用程序。在所有情况下,都没有添加默认的 plist 文件,我使用了此处的 plist 文件:Xcode 6 enterprise plist file example
归档时间: |
|
查看次数: |
6518 次 |
最近记录: |