Does Apportable support to build library binary (.a/.so)? -


is possible build .a or .so library files use build app body?

if not, possible build xcode project multiple sub-projects?

sub-projects supported; internally build build system static libraries (.a).

however note: different ios build procedures in build system automatically treat these libraries if had -objc -all_load linker flags.


Comments