Can't build iOS module during to library conflict

Hi,

this is a known issue, it came up earlier in the forums:

MOE includes Android’s version of the JSON library, and in MOE 1.x the standard library and your app is loaded by the same ClassLoader, which causes this clash.

Could you please try out your app with MOE 2.0 alpha 1? We changed the ClassLoading logic in 2.0 quite a bit, and that might fix this issue. You can find the instructions for trying out the 2.0 alpha here:

Best Regards,
Gergely

1 Like