Hi,
I have created a simple Objective C library to add 2 numbers. Nothing more than that. But for some reason I get error when using the this in my B4I App. The error is Class Not found B4ITestLib??
Steps I did:
1) Create a static library, called B4ITestLib
2) Create a method AddNumbers that return the value of Left+Right
3) Create the xml file using "java -jar B4Ih2xml.jar TestLib.h TestLib.xml"
4) Create a test program, copy the TestLib.cml to the libraries directory and use the lib in B4I
5) When running the program I get the error in the log : Class Not found B4ITestLib
I have attached the project and the xml file.
What is wrong?
Thanks for helping me here....
I have created a simple Objective C library to add 2 numbers. Nothing more than that. But for some reason I get error when using the this in my B4I App. The error is Class Not found B4ITestLib??
Steps I did:
1) Create a static library, called B4ITestLib
2) Create a method AddNumbers that return the value of Left+Right
3) Create the xml file using "java -jar B4Ih2xml.jar TestLib.h TestLib.xml"
4) Create a test program, copy the TestLib.cml to the libraries directory and use the lib in B4I
5) When running the program I get the error in the log : Class Not found B4ITestLib
I have attached the project and the xml file.
What is wrong?
Thanks for helping me here....