cordova-plugin-sip icon indicating copy to clipboard operation
cordova-plugin-sip copied to clipboard

IOS build fails in Xcode 10.1

Open quintonn opened this issue 3 years ago • 0 comments

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.

quintonn avatar Jun 21 '21 18:06 quintonn