cordova-plugin-sip
cordova-plugin-sip copied to clipboard
IOS build fails in Xcode 10.1
Trying to build this lib in xcode 10.1 and it fails with the message:
ld: library not found for -lstdc++.6.0.9 clang: error: linker command failed with exit code 1 (use -v to see invocation)
From what I can search online it seems Xcode no longer supports libstdc++ but instead all dependencies should use libc++. See here.
I'm not too familiar with c language and if that applies here, but I couldn't manage to get the xcode project to compile.
Would appreciate some help on this or some feedback.