xcode is too heavy compiled each time you type characters

Asked 2 years ago, Updated 2 years ago, 34 views

I am using xcode8.
I'm developing a larger project, but every time I type or delete a single character in the source code, the compilation starts, and it's too heavy for me to find any candidate methods.

It is normal to compile in real time and display errors in real time, but
In my case, the compilation starts to move the progress bar at the top, and in the meantime, there will be no method candidates for about 10 seconds.
(Even if you type characters in the first place, they can be very heavy, such as being reflected on the screen a few seconds later.)
Even if you wait 10 seconds, you will almost always be in this state every time you manipulate a character.

Is there a way to deal with this?
We are deleting the cache log.
There is no problem with specs and memory.

xcode

2022-09-29 22:03

1 Answers

One xcode window fixed this issue.
For example, you can only see the storyboard open in the second window.
(I can't do anything because it's compiled every time I type)


2022-09-29 22:03

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.