Why do I receive a warning "Missing RM data file" regarding a deleted link set file (.slmx) in R2024b?
I have a Simulink model "testmodel.slx" with linked requirements. Simulink automatically creates a "testmodel~slx.slmx" file. I also have a corresponding test case with a link between the test file and the model.
Now, I wanted to remove the requirement. Therefore, I have deleted all requirements and link files in the Requirements Editor. I also deleted the entire Git repository. But when I run the test case, I get the following warning:
Warning: Missing RM data file: C:\Projects\\testmodel~slx.slmx
The warning refers to a subsystem in the model for which I have created a harness (and linked requirements). I have many test cases for different subsystems. But the warning only occurs when I run test cases of the main model.
When I clone the repository with another name, everything works fine.
How can I find where this missing artifact is linked?
Réponse acceptée
0 commentaires
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!