After I updated Xcode to version 14.0, I found that the code snippets if statements doesn't work in Objective-C projects as I typing 'if' although it still works in Swift as ususal. But ife(if-else) still work as well. How to fix it in Objective-C projects?