vikzilla
vikzilla

Reputation: 4138

Xcode crashes when debugging in Swift

Anytime I try to PO values from the debugger while at a breakpoint Xcode crashes. This happens with Swift, but not Objective-C.

I'm running Xcode 7.2

Upvotes: 0

Views: 522

Answers (1)

Rashwan L
Rashwan L

Reputation: 38833

This seems to be a known bug, check out this and this threads to read more. They seem to be using similar frameworks as you use.

I can recommend you to send a bug to Apple, you can do that here.

Upvotes: 2

Related Questions