ios - Debugger output not showing for keyboard in Xcode -


i making custom keyboard. output normal part of app works fine, meaning can print things console.

here working fine:

working fine

however, no debug statements custom keyboard target made ios print console.

for example, here print statement should output "loading view" console since keyboard view showing on screen nothing happens:

problem case

i'll provide relevant xcode settings if needed.

why output not showing up?

in case still unsolved:

the keyboard runs in different process main app. debugger attaches single process only. in order attach debugger keyboard, create new scheme in xcode (the stuff right of run/stop buttons) keyboard extension target , run 1 instead of main app scheme.


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -