Xcode 11 how to delete the MAC version of a multi device target IOS app (iPhone, iPad, Mac)

I need to completely delete my IOS app because of a core data problem. The app should start with as it never had been tested on the MAC. On the simulator and on the physical iPhone and iPad I can delete the app, but I can't figure out where the MAC version is physically stored on the MAC? I already did a clean build folder and deleted the derived data folder (I found the core data itself under Data/Library/Application Support) but not where I can delete the entire app.

Did you select the Products Folder on the left in the Resource Navigator, then the app name, and do a 'Show in Finder'? Should path to something in /Users/<ronwood>/Library/Developer/Xcode/DerivedData/macAppTest00whatever


If you deleted derived data etc. tho, that path should come up empty...

Xcode 11 how to delete the MAC version of a multi device target IOS app (iPhone, iPad, Mac)
 
 
Q