App not showing on simulator when "wait for executable to be launched" is selected

I am trying to launch my app manually during debug process. To achieve this, I selected "wait for executable to be launched" from Edit Scheme -> Info tab.

I remember a few years ago, this process would install the fresh app on simulator/device and xcode waits it to be launched manually.

Now Xcode is still waiting to be launched, but I dont see the app installed on simulator anywhere. I am stuck

For a workaround, I added a custom run script as post Build action in schema. xcrun simctl install booted $BUILD_DIR/$CONFIGURATION-$TARGET_DEVICE_PLATFORM_NAME/$FULL_PRODUCT_NAME

App not showing on simulator when "wait for executable to be launched" is selected
 
 
Q