"TouchGFX Run Simulation is not working"
TouchGFX 4.13.0 Designer
Window10 32bits
STM32F7508-DK(Application Template)
<Symptom>
1)
touchgfx update_project --project-file=..\EWARM\STM32F7508_DISCO.ewp --gui-group-name=Application/User/TouchGFX/gui --generated-group-name=Application/User/TouchGFX/generated && touchgfx update_proect --project-file=simulator/msvs/Application.vcxproj && ruby updateMXProj.rb
Could not find command "update_proect".
Failed
In Test1.touchgfx
"PostGenerateCommand": "touchgfx update_project --project-file=..\\EWARM\\STM32F7508_DISCO.ewp --gui-group-name=Application/User/TouchGFX/gui --generated-group-name=Application/User/TouchGFX/generated && touchgfx update_proect --project-file=simulator/msvs/Application.vcxproj && ruby updateMXProj.rb",
"update_proect" <-----------This one might be error
2) Post Generate
touchgfx update_project --project-file=..\EWARM\STM32F7508_DISCO.ewp --gui-group-name=Application/User/TouchGFX/gui --generated-group-name=Application/User/TouchGFX/generated && touchgfx update_project --project-file=simulator/msvs/Application.vcxproj && ruby updateMXProj.rb
updateMXProj.rb:11:in `<main>': undefined method `[]' for nil:NilClass (NoMethodError)
Failed
Failed