iOS Question error: 'iAlertView.h' file not found...on hosted builder

MarkInAZ

Member
Licensed User
Longtime User
Hello, I am getting this error when I do a "Build Release App" on the hosted build server.

Hosted Server error for iAlert Library:
/Users/ereluziel/Documents/UploadedProjects/<user id>/B4iProject/b4i_main.h:8:9: error: 'iAlertView.h' file not found (in target 'B4iProject' from project 'B4iProject')
    /Users/ereluziel/Documents/UploadedProjects/<user id>/B4iProject/b4i_main.m:2:9: note: in file included from /Users/ereluziel/Documents/UploadedProjects/<user id>/B4iProject/b4i_main.m:2:

I am using B4i v10, with Library iAlertView 1.00. If I remove the library and code references, it builds with out issue. It looks like the error is that the library iAlert is not on the hosted build servers? I have used both hosted servers, same error.

If I missed something, please let me know. Your help with this matter is greatly appreciated. Mark
 

MarkInAZ

Member
Licensed User
Longtime User
Hello, Thank you Sir for your time.

On the same related matter I also use the following Libraries that are not on the Hosted Server:

iCircularProgress
iColorSlider
iTopNotifications
iMQTT2

Are these libraries available for use?

Thank you, Mark
 
Upvote 0
Top