It seems that the latest version IBM's Mobile First (8.0.2018081607) is not compatible with the latest version of Xcode (10.0, 10A255). When I try to build my app for iOS using this setup I get the following error:
Native linking error: library not found for -lstdc++.6 MT5209
Is there a way tell the linker to use libc++ instead of lstdc++ for ibm's dependency libraries?