iOS Question Project is too large for cloud compilation

Jack Cole

Well-Known Member
Licensed User
Longtime User
I have an app that contains a few videos, so that causes it to be larger than normal. I am unable to compile it because I receive the following error:

B4i Version: 5.80
Parsing code. (0.00s)
Building folders structure. (0.03s)
Compiling code. (0.01s)
Compiling layouts code. (0.00s)
Building Xcode project (0.17s)
Sending data to remote compiler. Error
Project is too large for cloud compilation: 85259659
Max size: 52428800

What are my options? I previously streamed the videos from a remote server, but I want to make the app work in offline mode.
 
Top