启动TestFlight构建需要几秒钟(App Store应用程序很好)

时间:2015-03-05 12:22:02

标签: ios iphone xcode testflight

注意:这个问题最初是posted to the Apple Developer Forums(需要登录)。

问题

我有一台运行iOS 8.1.3(12B466)的iPhone 6 Plus,大部分都按预期运行。但是,我通过TestFlight安装的任何应用程序或使用Xcode在设备上构建和运行的所有应用程序都需要几秒钟才能启动。

图标会变暗,应用程序启动3,4或5(!)秒后,有时整个手机会在启动时崩溃。这通过TestFlight安装任何应用程序,而不仅仅是我自己的应用程序。通过App Store安装的应用程序很好并立即启动。

我还有iPhone 6和5S,这些按预期立即启动TestFlight应用程序。

其他人有这个问题吗?

采取措施:

  • 重置手机并从备份恢复(未修复)
  • 检查日志(看不到任何可能有用的内容)
  • 重新启动手机(数百次!!!!)

其他信息

我注意到关于我的iPhone 6 Plus的唯一另一件事就是在应用程序内调用UIImagePickerController也需要多秒才能实现(至少);我自己的应用程序,iMessage,Tweetbot。

控制台输出

运行#1(Luas app)

Mar  4 17:02:56 Richards-iPhone kernel[0] <Notice>: 006747.446970 wlan0.A[282] AppleBCMWLANCore::dumpWmeCounters():  per AC tx counters: 2355413 596034 1940 1256, rx counters: 3638640 0 0 0 
Mar  4 17:02:56 Richards-iPhone kernel[0] <Notice>: 006747.446982 wlan0.A[283] AppleBCMWLANCore::dumpWmeCounters():                AWDL: Tx 0 0 0 0      Rx: 0 0 0 0 
Mar  4 17:02:57 Richards-iPhone syncdefaultsd[611] <Notice>: (Note ) marked "com.me.keyvalueservice" topic as "enabled" on <APSConnection: 0x146e29200>
Mar  4 17:03:01 Richards-iPhone kernel[0] <Notice>: xpcproxy[628] Container: /private/var/mobile/Containers/Data/Application/67627D3D-73E3-4CEA-8A13-8ADBCBDC7925 (sandbox)
Mar  4 17:03:01 Richards-iPhone locationd[60] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
Mar  4 17:03:01 Richards-iPhone SpringBoard[53] <Warning>: Received memory warning.
Mar  4 17:03:01 Richards-iPhone Luas[628] <Error>: assertion failed: 12B466: libxpc.dylib + 71820 [2A02E77C-4317-32E2-92FB-E37AF8747B2E]: 0x7d
Mar  4 17:03:01 Richards-iPhone Unknown[628] <Error>: 

运行#2(Luas app)

此次启动会导致手机重启(可能是Springboard重启?)

Mar  4 17:05:06 Richards-iPhone SpringBoard[53] <Warning>: Compiler connection failed with XPC_ERROR_CONNECTION_INTERRUPTED
Mar  4 17:05:09 Richards-iPhone kernel[0] <Notice>: xpcproxy[634] Container: /private/var/mobile/Containers/Data/Application/67627D3D-73E3-4CEA-8A13-8ADBCBDC7925 (sandbox)
Mar  4 17:05:09 Richards-iPhone Luas[634] <Error>: assertion failed: 12B466: libxpc.dylib + 71820 [2A02E77C-4317-32E2-92FB-E37AF8747B2E]: 0x7d
Mar  4 17:05:10 Richards-iPhone SpringBoard[53] <Warning>: Received memory warning.
Mar  4 17:05:09 Richards-iPhone Unknown[634] <Error>: 
Mar  4 17:05:10 Richards-iPhone locationd[60] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0

运行#3(Luas app)

Mar  4 17:09:15 Richards-iPhone kernel[0] <Notice>: xpcproxy[655] Container: /private/var/mobile/Containers/Data/Application/67627D3D-73E3-4CEA-8A13-8ADBCBDC7925 (sandbox)
Mar  4 17:09:15 Richards-iPhone SpringBoard[638] <Warning>: Received memory warning.
Mar  4 17:09:15 Richards-iPhone Luas[655] <Error>: assertion failed: 12B466: libxpc.dylib + 71820 [2A02E77C-4317-32E2-92FB-E37AF8747B2E]: 0x7d
Mar  4 17:09:15 Richards-iPhone Unknown[655] <Error>: 
Mar  4 17:09:16 Richards-iPhone locationd[60] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0

运行#4(Vail app)

不同的应用程序,但在Springboard中点击它后还有多秒等待。

Mar  4 17:09:45 Richards-iPhone locationd[60] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
Mar  4 17:09:48 Richards-iPhone kernel[0] <Notice>: xpcproxy[656] Container: /private/var/mobile/Containers/Data/Application/B88A4E35-32DF-4C9C-8B28-066FAC93835F (sandbox)
Mar  4 17:09:48 Richards-iPhone vail[656] <Error>: assertion failed: 12B466: libxpc.dylib + 71820 [2A02E77C-4317-32E2-92FB-E37AF8747B2E]: 0x7d
Mar  4 17:09:48 Richards-iPhone SpringBoard[638] <Warning>: Received memory warning.
Mar  4 17:09:48 Richards-iPhone Unknown[656] <Error>: 
Mar  4 17:09:48 Richards-iPhone locationd[60] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0

1 个答案:

答案 0 :(得分:0)

有关详细信息,请参阅Apple Dev Forum thread

Xcode 6无法向我显示所有已安装的配置文件,并且只能一次删除一个。 iPhone配置实用程序不再适用于删除配置文件(在运行iOS 8+的设备上)和/或在Yosemite下删除。

TL;博士

我使用Xcode 5.1.1删除了大部分配置文件,现在应用程序立即启动了!