defold / extension-ironsource

Defold native extension which provides access to IronSource mediation on Android and iOS
MIT License
10 stars 2 forks source link

Can't build from the editor #18

Closed AGulev closed 11 months ago

AGulev commented 12 months ago

The extension is too big and I can't build it from the editor. Always get:

'x86_64-ios' could not be built. Sdk version: '504de7800fa81847bfc2e26a21973899db9dd747' Log: 'Internal Server Error'

But using bob with --use-async-build-server it works fine (really long, but works)

AGulev commented 12 months ago

@britzl do we want to start using of --use-async-build-server in the editor? Or maybe by default for bob?

britzl commented 12 months ago

Or maybe by default for bob?

Yes, let's change it. Can you please create a ticket and assign it to me?

AGulev commented 11 months ago

fixed with https://github.com/defold/defold/pull/7876