Community Commons error during native mobile build

0
Hi. I upgraded studio from 9.24.2 to 10.24.1. All modules and dependencies are up-to-date. No error in Console. When I start native build in studio (App / Build Native mobile app), it fails with following error:     Can someone help me resolve this error please?   Note: first time I launched builder, Studio automatically upgraded the builder addon to version 1.0.137 which is not listed in docs: https://docs.mendix.com/releasenotes/mobile/mendix-native-mobile-builder/
asked
1 answers
0

Hi Tomas Kochan 

 

This sounds like the Simple Scheduler module is bringing in an older version of the commons.io.jar library that is incompatible with Community Commons. 

 

To fix this, look in your application's userlib folder. If there is commons-io-X.X.X.jar file there, please delete it and try to build your application again.

answered