iOS Question B4i v10.0 error during compile - referencing iFCWebView.h

gglaz

Member
Licensed User
Longtime User
Hello,

we are using the libraries iRSA, iSVG, iFCWebView and iTesseract. We converted them to xcframeworks on our Mac.
When building, we get the following error message:

error: 'iFCWebView.h' file not found (in target 'B4iProject' from project 'B4iProject')

The file is present in the additional libraries.

Could you please help ?
Best regards
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
I guess that you did something wrong when you converted it to xcframework. You can keep using the existing library. You only need to change a single line in the header file. The import line should be changed to: #import <iCore/iCore.h>.

Attached is the modified h file. I also uploaded it to the builders.
 

Attachments

  • 1.zip
    49.4 KB · Views: 10
Upvote 0

gglaz

Member
Licensed User
Longtime User
Thank you so much, that helped.

However, I'm now getting the error: error: 'iSideMenu.h' file not found (in target 'B4iProject' from project 'B4iProject')

This is an internal library for which I don't have a header file.
 
Upvote 0
Top