We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XCode8.0 编译时报错,错误如下 Ld /Users/lixd/Library/Developer/Xcode/DerivedData/reactNative-dovhoolewyljhsgxpqonkvustyvu/Build/Products/Debug-iphonesimulator/reactNative.app/reactNative normal x86_64 cd /Users/lixd/Documents/github/Bilibili-React-Native/ios export IPHONEOS_DEPLOYMENT_TARGET=7.0 export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin" /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.1.sdk -L/Users/lixd/Library/Developer/Xcode/DerivedData/reactNative-dovhoolewyljhsgxpqonkvustyvu/Build/Products/Debug-iphonesimulator -F/Users/lixd/Library/Developer/Xcode/DerivedData/reactNative-dovhoolewyljhsgxpqonkvustyvu/Build/Products/Debug-iphonesimulator -filelist /Users/lixd/Library/Developer/Xcode/DerivedData/reactNative-dovhoolewyljhsgxpqonkvustyvu/Build/Intermediates/reactNative.build/Debug-iphonesimulator/reactNative.build/Objects-normal/x86_64/reactNative.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -mios-simulator-version-min=7.0 -Xlinker -object_path_lto -Xlinker /Users/lixd/Library/Developer/Xcode/DerivedData/reactNative-dovhoolewyljhsgxpqonkvustyvu/Build/Intermediates/reactNative.build/Debug-iphonesimulator/reactNative.build/Objects-normal/x86_64/reactNative_lto.o -Xlinker -no_deduplicate -Xlinker -objc_abi_version -Xlinker 2 -fobjc-arc -fobjc-link-runtime -ObjC -lc++ -lReact /Users/lixd/Library/Developer/Xcode/DerivedData/reactNative-dovhoolewyljhsgxpqonkvustyvu/Build/Products/Debug-iphonesimulator/libRCTActionSheet.a /Users/lixd/Library/Developer/Xcode/DerivedData/reactNative-dovhoolewyljhsgxpqonkvustyvu/Build/Products/Debug-iphonesimulator/libRCTGeolocation.a /Users/lixd/Library/Developer/Xcode/DerivedData/reactNative-dovhoolewyljhsgxpqonkvustyvu/Build/Products/Debug-iphonesimulator/libRCTImage.a /Users/lixd/Library/Developer/Xcode/DerivedData/reactNative-dovhoolewyljhsgxpqonkvustyvu/Build/Products/Debug-iphonesimulator/libRCTLinking.a /Users/lixd/Library/Developer/Xcode/DerivedData/reactNative-dovhoolewyljhsgxpqonkvustyvu/Build/Products/Debug-iphonesimulator/libRCTNetwork.a /Users/lixd/Library/Developer/Xcode/DerivedData/reactNative-dovhoolewyljhsgxpqonkvustyvu/Build/Products/Debug-iphonesimulator/libRCTSettings.a /Users/lixd/Library/Developer/Xcode/DerivedData/reactNative-dovhoolewyljhsgxpqonkvustyvu/Build/Products/Debug-iphonesimulator/libRCTText.a /Users/lixd/Library/Developer/Xcode/DerivedData/reactNative-dovhoolewyljhsgxpqonkvustyvu/Build/Products/Debug-iphonesimulator/libRCTVibration.a /Users/lixd/Library/Developer/Xcode/DerivedData/reactNative-dovhoolewyljhsgxpqonkvustyvu/Build/Products/Debug-iphonesimulator/libRCTWebSocket.a -lRNSVG -Xlinker -dependency_info -Xlinker /Users/lixd/Library/Developer/Xcode/DerivedData/reactNative-dovhoolewyljhsgxpqonkvustyvu/Build/Intermediates/reactNative.build/Debug-iphonesimulator/reactNative.build/Objects-normal/x86_64/reactNative_dependency_info.dat -o /Users/lixd/Library/Developer/Xcode/DerivedData/reactNative-dovhoolewyljhsgxpqonkvustyvu/Build/Products/Debug-iphonesimulator/reactNative.app/reactNative
ld: library not found for -lRNSVG clang: error: linker command failed with exit code 1 (use -v to see invocation)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
XCode8.0 编译时报错,错误如下
Ld /Users/lixd/Library/Developer/Xcode/DerivedData/reactNative-dovhoolewyljhsgxpqonkvustyvu/Build/Products/Debug-iphonesimulator/reactNative.app/reactNative normal x86_64
cd /Users/lixd/Documents/github/Bilibili-React-Native/ios
export IPHONEOS_DEPLOYMENT_TARGET=7.0
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.1.sdk -L/Users/lixd/Library/Developer/Xcode/DerivedData/reactNative-dovhoolewyljhsgxpqonkvustyvu/Build/Products/Debug-iphonesimulator -F/Users/lixd/Library/Developer/Xcode/DerivedData/reactNative-dovhoolewyljhsgxpqonkvustyvu/Build/Products/Debug-iphonesimulator -filelist /Users/lixd/Library/Developer/Xcode/DerivedData/reactNative-dovhoolewyljhsgxpqonkvustyvu/Build/Intermediates/reactNative.build/Debug-iphonesimulator/reactNative.build/Objects-normal/x86_64/reactNative.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -mios-simulator-version-min=7.0 -Xlinker -object_path_lto -Xlinker /Users/lixd/Library/Developer/Xcode/DerivedData/reactNative-dovhoolewyljhsgxpqonkvustyvu/Build/Intermediates/reactNative.build/Debug-iphonesimulator/reactNative.build/Objects-normal/x86_64/reactNative_lto.o -Xlinker -no_deduplicate -Xlinker -objc_abi_version -Xlinker 2 -fobjc-arc -fobjc-link-runtime -ObjC -lc++ -lReact /Users/lixd/Library/Developer/Xcode/DerivedData/reactNative-dovhoolewyljhsgxpqonkvustyvu/Build/Products/Debug-iphonesimulator/libRCTActionSheet.a /Users/lixd/Library/Developer/Xcode/DerivedData/reactNative-dovhoolewyljhsgxpqonkvustyvu/Build/Products/Debug-iphonesimulator/libRCTGeolocation.a /Users/lixd/Library/Developer/Xcode/DerivedData/reactNative-dovhoolewyljhsgxpqonkvustyvu/Build/Products/Debug-iphonesimulator/libRCTImage.a /Users/lixd/Library/Developer/Xcode/DerivedData/reactNative-dovhoolewyljhsgxpqonkvustyvu/Build/Products/Debug-iphonesimulator/libRCTLinking.a /Users/lixd/Library/Developer/Xcode/DerivedData/reactNative-dovhoolewyljhsgxpqonkvustyvu/Build/Products/Debug-iphonesimulator/libRCTNetwork.a /Users/lixd/Library/Developer/Xcode/DerivedData/reactNative-dovhoolewyljhsgxpqonkvustyvu/Build/Products/Debug-iphonesimulator/libRCTSettings.a /Users/lixd/Library/Developer/Xcode/DerivedData/reactNative-dovhoolewyljhsgxpqonkvustyvu/Build/Products/Debug-iphonesimulator/libRCTText.a /Users/lixd/Library/Developer/Xcode/DerivedData/reactNative-dovhoolewyljhsgxpqonkvustyvu/Build/Products/Debug-iphonesimulator/libRCTVibration.a /Users/lixd/Library/Developer/Xcode/DerivedData/reactNative-dovhoolewyljhsgxpqonkvustyvu/Build/Products/Debug-iphonesimulator/libRCTWebSocket.a -lRNSVG -Xlinker -dependency_info -Xlinker /Users/lixd/Library/Developer/Xcode/DerivedData/reactNative-dovhoolewyljhsgxpqonkvustyvu/Build/Intermediates/reactNative.build/Debug-iphonesimulator/reactNative.build/Objects-normal/x86_64/reactNative_dependency_info.dat -o /Users/lixd/Library/Developer/Xcode/DerivedData/reactNative-dovhoolewyljhsgxpqonkvustyvu/Build/Products/Debug-iphonesimulator/reactNative.app/reactNative
ld: library not found for -lRNSVG
clang: error: linker command failed with exit code 1 (use -v to see invocation)
The text was updated successfully, but these errors were encountered: