I am getting another error when building my app in B4i version 10.00 on hosted builder. This time it seems the iRSA-library is missing:
Would you please make this library available on the new build server? Thank you very much!
www.b4x.com
Btw: Is it ok to open a new question for each missing library or should I post my question in any existing thread?
B4X:
/Users/ereluziel/Documents/UploadedProjects/<user id>/B4iProject/b4i_zoomimageview.h:23:9: error: 'iRSA.h' file not found (in target 'B4iProject' from project 'B4iProject')
Would you please make this library available on the new build server? Thank you very much!
iRSA - RSA encryption / decryption
This is a wrapper of: https://github.com/ideawu/Objective-C-RSA It is an implementation of RSA asymmetric encryption. Usage example (based on the library developer blog): Sub Process_Globals 'These global variables will be declared once when the application starts. 'Public variables...
Btw: Is it ok to open a new question for each missing library or should I post my question in any existing thread?