Runtime:Unable to Select Models in Interface Designer
I. Scenario Reproduction

II. Solutions
Module Dependency Check
If the target model belongs to a different module, add a dependency to that module in your current project configuration.@Base
Annotation Filtering
Models annotated with@Base
are excluded from the interface designer's selection by default. Remove this annotation if the model needs to be selectable.Collaborative Development Workaround
When working in a collaborative development environment, use the model code (not the display name) to search for and select models.