Solution
This behavior can occur when Desktop Execution Trace Toolkit (DETT) debugging functionality is enabled through an open-source implementation of the Actor Framework. Disabling this debug trace functionality prevents the DETT components from loading during application startup.
To resolve this issue, disable DETT tracing using a Conditional disabled Symbol:
1. Open your LabVIEW project, and click on the Project option.

2. Go to Properties and then Conditional Disable Symbols.

3. Add or update the following symbol:
AF_DEBUG_TRACE = False
4. Save the project.
5. Rebuild your application.
After completing these steps, the pop-up should no longer appear when launching your application.