-
Notifications
You must be signed in to change notification settings - Fork 520
Open
Description
[INFO] GCDWebServer started on port 10000 and reachable at http://192.168.2.2:10000/
2019-12-03 10:34:26.770756+0800 OCRuntime[255:3744] Visit http://192.168.2.2:10000/ in your web browser
[INFO] GCDWebServer now reachable at http://Elf-Sundaes-iPhone.local:10000/
2019-12-03 10:34:35.318125+0800 OCRuntime[255:3903] -- [ERROR] The bundle “AudioUnit” couldn’t be loaded because its executable couldn’t be located.
2019-12-03 10:34:35.427906+0800 OCRuntime[255:3903] -- [ERROR] The bundle “CoreAudioTypes” couldn’t be loaded because its executable couldn’t be located.
2019-12-03 10:34:35.491113+0800 OCRuntime[255:3903] -- [ERROR] The bundle “DriverKit” couldn’t be loaded because its executable couldn’t be located.
2019-12-03 10:34:36.408821+0800 OCRuntime[255:3903] -- [ERROR] The bundle “Accessibility” couldn’t be loaded because its executable couldn’t be located.
2019-12-03 10:34:36.499668+0800 OCRuntime[255:3903] -- skip /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AXSpringBoardServerInstance.framework, known to be a crasher on device
2019-12-03 10:34:37.240913+0800 OCRuntime[255:3903] [Common] Allowing SpringBoardUI.framework to load because SearchUI.framework is loaded. This will become a hard assert once <rdar://problem/29408996> is fixed.
2019-12-03 10:34:37.241006+0800 OCRuntime[255:3903] [Common] This process should not be linking or loading SpringBoardUI.framework
Assertion failed: (platformBinary), function SBStaticInitializer, file /BuildRoot/Library/Caches/com.apple.xbs/Sources/SpringBoardHome/SpringBoard-3956.25.1/StaticInitializer.m, line 39.
(lldb)
I added frameworks that would crash to the "skipedFrameworks" array then run again, until "Load Add" could work. These frameworks are:
@"/System/Library/PrivateFrameworks/AppPredictionUI.framework",
@"/System/Library/PrivateFrameworks/AssistantSettingsSupport.framework",
@"/System/Library/PrivateFrameworks/CarPlaySupport.framework",
@"/System/Library/PrivateFrameworks/ControlCenterUI.framework",
@"/System/Library/PrivateFrameworks/CoverSheet.framework",
@"/System/Library/PrivateFrameworks/SearchUI.framework",
@"/System/Library/PrivateFrameworks/SearchUICardKitProviderSupport.framework",
@"/System/Library/PrivateFrameworks/SiriUIActivation.framework",
@"/System/Library/PrivateFrameworks/Spotlight.framework",
@"/System/Library/PrivateFrameworks/SpotlightUI.framework",
@"/System/Library/PrivateFrameworks/SpotlightUIInternal.framework",
@"/System/Library/PrivateFrameworks/SpringBoard.framework",
@"/System/Library/PrivateFrameworks/SpringBoardHome.framework",
@"/System/Library/PrivateFrameworks/SpringBoardUI.framework",
@"/System/Library/PrivateFrameworks/UserNotificationsUIKit.framework",
@"/System/Library/PrivateFrameworks/VoiceShortcutsUI.framework",
modest
Metadata
Metadata
Assignees
Labels
No labels