Post not yet marked as solved
Post marked as unsolved with 0 replies, 398 views
After upgrading to Xcode 13.0 (13a233), the code prompt of our project OC file is super slow. It takes about 10 seconds for smart Lenovo to come out. The swift file is OK, and the prompt is very fast.
After trying to create a new project, the prompt is also very fast. It seems that there is a problem with our project settings. But I tried to modify some settings, but I still couldn't solve it.
We are a swift mixed project dominated by OC. The project folder has 5.37gb and has not been disassembled into small projects. At present, there are about 1000 warnings. I wonder whether it is related to this.
Unrelated to notebook, MacOS version and Xcode settings have been excluded because project members are experiencing this problem. It's no problem to open other similar large swift based hybrid projects.
Our project is divided into 10 configurations according to different server environments. It is estimated that it is related to the setting of build setting. It is unclear how to modify it.
Does anyone know how modification can make code Association faster? thank you!