iOS Question Beginners guide to setting up for b4i

TomDuncan

Active Member
Licensed User
Longtime User
Hi all,
I am a beginner with B4i (installed it today)
I have..
  1. Become a developer
  2. Installed the Java 8 on my Mac
  3. Tested the Mac-server on the mac - running ok and tested on my PC
  4. Have the key for my iPad
Now could someone give me an a-z idea of what I need to do now.
i.e. What do I need to do with apple etc.
and the rest.
I realise these are available in many posts but if someone could give me a basic what to do that would be great.

Thanks in advance Tom
 

TomDuncan

Active Member
Licensed User
Longtime User
Thanks for that, have it running with the Mac builder service.
Still working on what went wrong with the Mac running the builder.
Then decided to set up a virtualbox win 7 on my Mac.
Have b4i running. Copied my keys folder over to the virtual machine.
Tried to run but came up with a password error on compile.
Is the private sign key machine dependant?
Or have I forgotten to do something. lol
I would like to be able to develop on my pc and my Mac.

Tom
 
Upvote 0

TomDuncan

Active Member
Licensed User
Longtime User
I just rebooted my win7 virtual machine and it works. (no idea why)
It compiled and ran a demo app. GREAT
Now will try the server running on the mac.
Will post any success or errors.
Tom
 
Upvote 0

TomDuncan

Active Member
Licensed User
Longtime User
Just rebooted my virual box again and got this error

B4X:
Parsing code.                           0.14
Compiling code.                         0.53
Compiling layouts code.                 0.22
Compiling debugger engine code.         8.45
Building Xcode project                  0.20
Sending data to remote compiler.        Error
Error: security: SecKeychainItemImport: MAC verification failed during PKCS12 import (wrong password?)
 
Upvote 0

sorex

Expert
Licensed User
Longtime User
check Tools > Private key or something like that and see if the password is entered
 
Upvote 0
Top