Post

Replies

Boosts

Views

Activity

Xcode 13 autocompletion bugs that adds import wrong framework..
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 **
0
0
372
Dec ’21
M1 MBP Kernel panic
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
1
0
1.4k
Nov ’21