【发布时间】:2017-08-10 10:27:25
【问题描述】:
我正在使用 react-native 开发 android 和 ios 应用程序。 我对 ios-development 和 Xcode 环境一无所知。
当我运行react-native run-ios 时,我看到了这个错误:
ld: library not found for -lRNSVG-tvOS
clang: error: linker command failed with exit code 1 (use -v to see invocation)
** BUILD FAILED **
有什么想法吗?
UPD: 这可能是由 react-native-svg 或 react-native-vector-icons 包引起的。
【问题讨论】:
标签: ios xcode react-native react-native-ios mobile-development