To include a third party framework we can use <lib_name>.framework.3
But when I'm using .3 for xcframework, like <lib_name>.xcframework.3 its showing framework not found.
But this same thing is working when I'm compiling a library from B4i.
For example here I'm attaching a xcframework.
But when I'm using .3 for xcframework, like <lib_name>.xcframework.3 its showing framework not found.
But this same thing is working when I'm compiling a library from B4i.
B4X:
Binary/B4i\ Example
ld: library not found for -lnanopb.xcframework.3
clang: error: linker command failed with exit code 1 (use -v to see invocation)
For example here I'm attaching a xcframework.
Attachments
Last edited: