Hi,
we've got a mixed Swift/Objective C project here. And SourceKit is extremly high CPU consuming. I'm only finding people with the same problem in the Web and no solutions.
Anyone here got a solution in the meanwhile? Xcode 10.1 here.
Yours,
VB.
Hi,
we've got a mixed Swift/Objective C project here. And SourceKit is extremly high CPU consuming. I'm only finding people with the same problem in the Web and no solutions.
Anyone here got a solution in the meanwhile? Xcode 10.1 here.
Yours,
VB.
com.apple.dt.SKAgent is absolutely killing my MBPro 2017. It seems to go into over-drive wheneever a Storyboard is open.
Using XC10 now takes twice a long to do everything. The worst is when the editor completely freezes up, only way to unfreeze it is to reposition the text-cursor, then it highlights all of the text between the last and the new cursor positions and 'dumps' the keyboard buffer in the window. ***!
make all the pod DEFINES_MODULE=>YES ,open CLANG_ENABLE_MODULES =>YES in main project;
replace the <***/xx.h> to @import ***; in all my project.