From:https://documentation.xojo.com/topics/build_automation/ide_communicator.html
You will also get an openError if the IDE version is lower than the project version
I’m getting errors now once compiling my IDE communicator agent to 2023r4 complaining that the IDE version is newer than the project
{“tag”:“build”,“response”:{“openErrors”:[{“loadError”:{“type”:“IDE Version Conflict”,“projectVersion”:“2022.030”,“ideVersion”:“2023.040”,“severity”:“warning”}}]}}
Is there any way to get it to ignore this type of error?. Having to open 2 dozen projects every time I want to upgrade a project version is tiring and prone to errors. I suppose I could make a mode that opens the project and saves to the SVN but that would introduce other issues that I would like to avoid if possible.
7 posts - 2 participants