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')
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.