If you have quick look extension in appex format:
set breakpoint in function providePreviewForFileRequest()
Build & launch app with embedded appex as debug
Connect to .appex process "Debug→Attach to process by PID or name"
Evoke QuickLook Preview in Finder.
Xcode will stop at breakpoint.
If you have quick look extension in appex format:
set breakpoint in function providePreviewForFileRequest()
Build & launch app with embedded appex as debug
Connect to .appex process "Debug→Attach to process by PID or name"
Evoke QuickLook Preview in Finder.
Xcode will stop at breakpoint.