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:
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:
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
Post a Comment