After dveloping my first simple app using the remote compilation (so everything is ok with certificates, provisioning etc) I'm working now to setup the local Mac Builder.
I followed all the step, xcode is installed and the remote server is running.
B4i Build Server
Build server is running.
Version: 2.3
Server time: 12:33:53
Mac SSL Key
Key IP: 192.168.1.200
SSL port: 51042
h files
iAd: 1.00
iAdMob: 1.21
.......
Then under Tools - Build Server - Server Settings I have specified the IP, but compiling I get this error about keychain:
B4i version: 2.31
Parsing code. (0.02s)
Compiling code. (0.16s)
Compiling layouts code. (0.00s)
Compiling debugger engine code. (1.63s)
Building Xcode project (0.33s)
Sending data to remote compiler. Error
Error: security: SecKeychainCopyDomainSearchList <user id>: One or more parameters passed to a function were not valid.
security: SecKeychainDelete: The specified keychain is not a valid keychain file.
Error: create-keychain "-p" "15204578" "<user id>"
security: SecKeychainCreate <user id>: One or more parameters passed to a function were not valid.
Did I miss some steps ?
DO I have to do something other Mac side (xcode?), or just run the server ?