iOS Question Sending data to remote compiler. Error.

Marco Maria Vilucchi

Active Member
Licensed User
Longtime User
hi,
ererytime i run degub i have to retry the run because of this error.
I have to try it 3 4 5 times and finally it works.
What should i do?
Thx
Marco

upload_2015-7-5_18-31-3.png
 

nluigi

Member
Licensed User
Longtime User
I have this error.
I use hosted builder

B4i version: 2.00
Parsing code. (0.00s)
Compiling code. (0.06s)
Compiling layouts code. (0.00s)
Compiling debugger engine code. (0.76s)
Building Xcode project (0.02s)
Sending data to remote compiler. Error
Communication error: RequestCanceled
 
Upvote 0

nluigi

Member
Licensed User
Longtime User
I have this error.
I use hosted builder

B4i version: 2.00
Parsing code. (0.00s)
Compiling code. (0.06s)
Compiling layouts code. (0.00s)
Compiling debugger engine code. (0.76s)
Building Xcode project (0.02s)
Sending data to remote compiler. Error
Communication error: RequestCanceled
 
Upvote 0

nluigi

Member
Licensed User
Longtime User
If process timeout = 90 seconds i see error after 101 seconds
If process timeout = 240 seconds i see error after 260 seconds
 
Upvote 0

nluigi

Member
Licensed User
Longtime User
I solved problem . i am create a virtual machine with osx 10.10.5 and xcode 6.4.
wen i build my first application system work fine

Compiling layouts code. (0.00s)
Compiling debugger engine code. (1.21s)
Building Xcode project (0.13s)
Sending data to remote compiler. (8.40s)
Completed successfully.
Make sure that B4i-Bridge is started (192.168.1.101).
Manually launch the app after installation.

wen i build (tools build server - Build ba4i-bridge app)

B4i version: 2.00
Parsing code. (0.00s)
Compiling code. (0.35s)
Building designer app. (0.01s)
Building Xcode project (0.13s)
Sending data to remote compiler. Error

Code Sign error: Provisioning profile does not match bundle identifier: The provisioning profile specified in your build settings (“LuigiProvisioning”) has an AppID of “luigi.iphone” which does not match your bundle identifier “luigi.iphone.bridge”.
CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 8.4'


Error: ** BUILD FAILED **


The following build commands failed:
Check dependencies
(1 failure)

Where i can change identifer luigi.iphone.bridge to luigi.iphone ?
 
Last edited by a moderator:
Upvote 0
Top