iOS Question [Solved] Download Last Build->request was aborted

fbritop

Well-Known Member
Licensed User
Longtime User
After building a Release in v10.00, It wont download the Zip file, too few errors in the logs to see the cause:

B4X:
B4i Version: 10.00
Parsing code.    (1.67s)
Building folders structure.    (0.21s)
Running custom action.    (0.06s)
Compiling code.    (2.14s)
Compiling layouts code.    (0.03s)
Building Xcode project.    (0.48s)
    Swift placeholder added
C++ libraries found
Preparing project for builder.    (3.82s)
    Project size: 7.72 MB
Sending data to remote compiler.    (55.33s)
    Application compiled with store provision profile.
You can download the ipa file with Tools - Build Server - Download Last Build.

Completed successfully.

After requesting the download:

B4X:
[IDE message - 11:19:17]
An error occurred.
The request was aborted: The connection was closed unexpectedly.

The app run OK in debug and release on my local phone.
 
Top