I'm wrapping an library AMapLocation,it depends on libc++.tbd,libstdc++6.09.tbd,libz.tbd
when I add them in xcode the build will error,remove them just ok,then add them in this way:
the B4I builder will throw error with not found
and the same error when I change .tbd to .dylib
when I add them in xcode the build will error,remove them just ok,then add them in this way:
B4X:
//~dependson:libstdc++6.09.tbd
B4X:
ld: library not found for -lstdc++6.09
clang: error: linker command failed with exit code 1 (use -v to see invocation)