When opening the .xcodeproj file generated by b4i, errors appeared. It couldn't find the Libs/.xcframework folder.
I copied this folder manually, but now these warnings appear:
warning: /Users/ereluziel/Documents/framework/iBarcode/build/ExplicitPrecompiledModules/Foundation-C4LK0OOJYC80TPTUILEPTIMPR.pcm: No such file or directory
I don't think it's intended that you can open the project generated for the Hosted Builder locally. That's what the Local Builder is for. You shouldn't mix these two options.
iOS compilation requires an Apple Mac computer. Developers have two options with B4i: - Use a local Mac machine connected over the local network. - Use our hosted builder rental service. These instructions explain how to install the builder on a local Mac machine. 1. Download OpenJDK 19.0.1...