Keyboard greyed issue

I am facing weird keyboard issue when building the app with Xcode 26 recently.

Actual behaviour I need is:

But one below is the issue as the keyboard keys are greyed out:

Please tell how to resolve this issue

Do you get the same results with just the relevant code in a small test project?

If so, please share a link to your test project. That'll help us better understand what's going on. If you're not familiar with preparing a test project, take a look at Creating a test project.

 Travis

Your screenshot seems to show that the keyboard window was disabled, which may happen when your app has multiple windows (UIWindow) with a higher window level (windowLevel). You can do a quick check if that is your case.

Other than that, as my colleague mentioned, it will be very helpful if you can provide a minimal project that demonstrates the issue.

Best,
——
Ziqiao Chen
 Worldwide Developer Relations.

Keyboard greyed issue
 
 
Q