We need to catch Throwable, not just CoreException when calling projectChanged for every project. Otherwise the for each loop will break when a project has some error (for example IOException when the robovm.xml is incorrect) and no further projects will get the IBIntegrator.
We need to catch Throwable, not just CoreException when calling
projectChanged
for every project. Otherwise the for each loop will break when a project has some error (for example IOException when the robovm.xml is incorrect) and no further projects will get the IBIntegrator.