Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ios 8 how to debug Custom Keyboard?

I have successfully created a Custom Keyboard with Swift on iOS 8 simulator.

Although it worked well, but I could not debug it. It is a contained target and was installed through Settings->General. Placing a bookmark in XCode not work.

like image 579
Chula Avatar asked Jul 03 '14 14:07

Chula


1 Answers

I am able to debug a custom keyboard using the simulator via Xcode 6.

  1. Select the keyboard (and not it's container) as the scheme. Change scheme

  2. "Run" and then select on of the apps on your simulator to debug the extension with.

Run your app

like image 182
james_womack Avatar answered Nov 15 '22 19:11

james_womack