Clear Xojo IDE cache with Libraries?

Do you need to clear the Xojo cache when you update a Library eg GraffitiSuite?

I do when switching versions on a project-by-project basis, but it may not be necessary. I also would keep libraries that will be updated in the project directory rather than in any plugins folder for the IDE.

These are my update steps:

  1. Close project
  2. (May be optional) Clear Xojo Caches
  3. Replace library file in project directory
  4. (May be optional) Restart IDE
  5. Open project

If you’re updating from the source version of GraffitiSuite (or had the same source code classes that are now in a library), I’d follow these steps:

  1. Quit IDE entirely
  2. Install Library file in project directory
  3. Open project
  4. Delete GraffitiSuite folder (or the source code objects that are now in a library) in project navigator
  5. Save and Close project
  6. Clear Xojo Caches
  7. Quit IDE entirely
  8. Restart IDE and open project
  9. Update Copy Files build step (GraffitiSuite Web Edition only)
  10. Save
  11. Delete old GraffitiSuite folder (or any leftover files/folders corresponding to the source that was replaced with a library) from project directory