I can't use the debug View feather in Xcode when I use Debug Menu > View Debugging > Show View Frames there is an Assertion log in the console.
Assertion failure in -[UIVisualEffectView _addSubview:positioned:relativeTo:],
/BuildRoot/Library/Caches/com.apple.xbs/Sources/UIKitCore/UIKit-3698.94.10/UIVisualEffectView.m:1859
With any project and with Development SDK 10, 11, 12
and I tried to delete the Xcode and reinstall it
with Xcode 10 and 10.1 as I remember

It work fine if create a new project with one view Controller . But once embedded it in navigation controller it stoped working , I think the isTranslucent is Using UIVisualEffect witch failed in the Assertion .
Is there a work around this Issues , or it is known for apple?