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 ?