iOS Question Poststring builder error

Manolete

Member
Licensed User
Hello!
When I try to compile my app the next errors comes in the window:
---------------------------------------
B4i Version: 4.40
Parsing code. (0.01s)
Compiling code. (0.97s)
Compiling layouts code. (0.01s)
Compiling debugger engine code. (1.15s)
Building Xcode project (5.16s)
Sending data to remote compiler. Error
B4i line: 40
job1.PostString(\
member reference base type 'int *' is not a structure or union

Error: security: SecKeychainDelete: The specified keychain could not be found.

---------------

Can you please give me advise how to correct this?

Thanks in advance,
Manuel
 

Manolete

Member
Licensed User
Hello Erel, thanks for answering.
The error was that I declaring twice a variable.
Now I am struggling with another error but aparently is because I declare my AppID with an space on its name.

I appreciate your help.
Manuel
 
Upvote 0
Top