问题详述
我使用LabVIEW的声音和振动工具包创建了一个简单的VI(如下图),在LabVIEW开发环境下VI可以正常运行。

但用其创建应用程序可执行文件exe时会发生以下错误:
The build was unsuccessful.
Possible reason
A VI broke during the build process from being saved without a block diagram. Either open the build specification to include the block diagram of that VI or enable debugging to include the block diagrams of all VIs in the build. Report this error to National Instruments technical support.
C:\Program Files (x86)\National Instruments\LabVIEW 2020\vi.lib\addons\_NISVFA\_Generation\Signal Generation\SV Signal\Calculate Number of Remaining Samples.vi

在应用程序属性的高级类别中选择启用调试后可以成功生成exe

但exe的运行按钮损坏,无法运行。

该如何解决这个问题?