Issues with building native extension with 100mb+ files inside (SOLVED)

We have a max upload limit of 500mb.
If you hit that, it should tell you.

The size of the framework could be that it contains many architectures. Try removing those you don’t need, and putting the ones you need in separate files. Use the ’lipo’ tool for that.

As for why it doesn’t build, I’ll have to try it myself to see if I can figure it out.

2 Likes