I'm trying to do an export for iOS/Xcode project but I always get "Cannot connect to build server". The trasfer goes to 100% but then it keeps trying to connect and always fails.
I'd like some help with that.
Thank you very much!
Develop games in your browser. Powerful, performant & highly capable.
The project I'm trying to export is a little under 500MB, so that may be the cause. I remember this being an issue before, but I don't remember how it was solved.
Thanks again
I think 500 MB is well over the size limit the build server will accept. Instead you can build it locally using the 'Cordova project' export option.
Okay, I'll try it then. Thanks!