In Xcode 10 development
Error: library not found for – lstdc + +. 6.0.9
Solution: copy libstdc + + 6.0.9.tbd of xcode9 to xcode10 for use
Three libstdc + +
related libraries ( libstdc + +
, libstdc + +. 6
, libstdc + + 6.0.9
) in xcode10
were completely abandoned
Adaptation of xcode10 and ios12
Question 1: Xcode 10 removes – libstdc + + 6.0.9??The project cannot run (temporary solution ~ the correct posture is to replace or find a service provider that depends on this library to upgrade barabara)
solution: copy libstdc + + 6.0.9 under Xcode 9 to the directory of Xcode 10 (Xcode displays package contents/Developer/platforms/iphoneos.platform (running under simulator: iphonesimulator. Platform)/Developer/SDKs/iPhone) OS. SDK/usr/lib /)
problem 2: cocoapods fails during Mac OS upgrade (prompt Pod: undefined error: 0 or command not found)
solution: 1. Open the terminal and upgrade gem update — system first 2. Upgrade cocoapods (brew upgrade cocoapods) 3. Execute sudo gem install – N/usr/local/bin cocoapods
Similar Posts:
- Mac: Python Install lxml Error: Could not find function xmlCheckVersion in library libxml2. Is libxml2 installed
- [Solved] Unity Xcode Error: A build only device cannot be used to run this target
- Xcode real machine testing could not find developer disk image solution
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun …
- Go build error after MacOS Monterey system upgrade [How to Solve]
- IOS upgrade to xcode13 simulator running error
- Iosbug debug-01-error-duplicate symbols for architecture
- /lib64/libstdc++.so.6: version `CXXABI’1.3.8′ not found `36733;
- Xcode + IOS + flutter real machine debugging error [How to Solve]
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun