879479119 / Bilibili-React-Native

【开发中】React Native版本的Bilibili客户端,支持iOS和Android用户
231 stars 67 forks source link

xcode8.0 compile error #17

Open NextZeus opened 7 years ago

NextZeus commented 7 years ago

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)