I'm trying to add progress hud to mu share extension.
Here's what I'm doing:
- I added a library as an SPM
- I added a preprocessing flag for my extension target
- I called
SVProgressHUD.setViewForExtension(view) in the viewDidLoad of my extension VC.
4 When I debug my extension, I still stop at a breakpoint for #if !defined(SV_APP_EXTENSIONS)

What am I doing wrong?