baileymiller2017
baileymiller2017

Reputation: 175

Xcode 9.2 fails to debug custom keyboard extension strangely

I am trying to build an example program to demonstrate the custom keyboard feature. I used to build such program under xcode 8 and everything goes fine. but when I upgrade to Xcode 9.2 , I found the IDE failed to debug at the breakpoint even I use "step over(F6)", and Xcode9.2 always display "Thread 1: signal SIGQUIT" and missing other breakpoint behind. Is there any problem ? Did I missed something ? enter image description here

Upvotes: 2

Views: 376

Answers (1)

baileymiller2017
baileymiller2017

Reputation: 175

It seems to be a bug with XCODE9.2, and I solve this problem by depolying a real ipad for debug, then I can debug the program step by step.

Upvotes: 1

Related Questions