Question
Why doesn't STM32CubeIDE rename .ioc file when a project is copied?
In Project Explorer, I:
- Select a project named "bug"
- Ctrl-C
- Ctrl-V
- Accept the defaults
- Select projected named "bug2"
- Attempt to open the .ioc (Device Configuration Tool)
- Receive this error:
Invalid Input: Must be project's active .ioc file.
Project's 'bug2' active one is 'bug2.ioc' fileIf I rename bug.ioc to bug2.ioc, it works.
