注意:这个问题最初是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。
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>:
此次启动会导致手机重启(可能是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
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
不同的应用程序,但在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
答案 0 :(得分:0)
有关详细信息,请参阅Apple Dev Forum thread。
Xcode 6无法向我显示所有已安装的配置文件,并且只能一次删除一个。 iPhone配置实用程序不再适用于删除配置文件(在运行iOS 8+的设备上)和/或在Yosemite下删除。
我使用Xcode 5.1.1删除了大部分配置文件,现在应用程序立即启动了!