iOS Question Communication Error: RequestCanceled

MotoMusher

Active Member
Licensed User
Longtime User
I had to add 23mb of images (1025 images) to my project. Project will debug and run fine. When I attempt to build a release app I receive the following. Is there a size/file limit?

B4X:
B4i version: 2.31
Parsing code.    (0.08s)
Compiling code.    (2.80s)
Compiling layouts code.    (0.15s)
Building Xcode project    (62.78s)
Sending data to remote compiler.    Error
Communication error: RequestCanceled
 

MotoMusher

Active Member
Licensed User
Longtime User
Yes, I am using the hosted builder (and love it, especially the direct publish to itunesconnect). Total size on disk of my local project folder is 73mb. Not sure how much of that counts against the 40mb limit? Are there alternatives for working with bundles of images other than adding them via the "files" tab? I will work on upping the timeout value and report back. Android version of this app (same images) builds out to 53mb for the apk, and I had to up my minimum target to 9 for that to publish to play store.
 
Upvote 0
Top