Xcode Compile Error: "Library not found for -lstdc++.6.0.9"

copy library from xcode 9.4.1 to xcode10/11

cp patch/xcode10/9.4.1/iPhoneOS.platform/libstdc++.*.tbd /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib/

cp patch/xcode10/9.4.1/iPhoneSimulator.platform/libstdc++.*.tbd /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/

cp patch/xcode10/9.4.1/RuntimeRoot/libstdc++.*.dylib /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib

Comments

Popular posts from this blog

Error [ERR_UNSUPPORTED_ESM_URL_SCHEME]: Only file and data URLs are supported by the default ESM loader.