gradle task Ipa stopped at 88%

137 Views Asked by At

I tried to create IPA, but the process was stopped at 88% with this error:

GC overhead limit exceeded

I tried to increase the space of gradle task on eclipse-run configuration in this way:

-Xms1024M -Xmx2048M

but I still have the problem and I can't generate IPA.
Someone can help me?

--edit---

I solved adding a file gradle.properties in the folder of my project with the size to increase. Thank you for your help!

0

There are 0 best solutions below