Running Application like as Safari, Chrome, iTerm2, Xcode simulator ... in a situation that occupies a lot of CPU/GPU such as WindowServer and xcode build causes frequent kernel panic.
I am using a 13-inch M1 MacBook Pro, and all ports such as hubs and docking have been removed.
I confirmed that kernel panics occur more frequently by increasing the cpu occupancy through multiple xcode execution and executing various types of applications, especially using GPU hardware acceleration..
I attached two kinds of log below.
kernel panic 1. iTerm
kenerl panic 2 unknown
kenerl panic 3 webkit
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
One of feature in Xcode 13 is that adding ‘import SomeFramework’ when you typed the method or parameter of ‘SomeFramework’.
But I found that it can makes circular dependency compile error when I use autocompletion with methods in MainTarget.(or even any framework has ‘SomeFramework’ dependency)
ex) Circular dependency error:
circular dependency between modules 'SomeFramework' and 'MainTarget'
MainTarget
- SomeFramework
SomeFramework
- MainTarget
** I used several project files, several frameworks in a workspace **