ld:找不到带有pods的-lreact-native-fetch-blob的库?

时间:2018-08-24 22:47:47

标签: ios xcode react-native cocoapods react-native-fetch-blob

我刚刚完成了android的工作,并转到了Xcode,并且使用它非常具有挑战性。我也不熟悉豆荚,但是我知道当我安装它们时,我是从日志中得到的:

$query = $db->query("SELECT id FROM users ORDER BY RAND() LIMIT 1")->fetch(PDO::FETCH_ASSOC);
$randid = $query["id"];
header("location:index.php?id=$randid");

我读到,因为我有带 Fetching podspec for `RNVectorIcons` from `../node_modules/react-native-vector-icons` Fetching podspec for `react-native-fetch-blob` from `../node_modules/react-native-fetch-blob` Downloading dependencies Installing QBImagePickerController (3.4.0) Using RNVectorIcons (4.5.0) Installing RSKImageCropper (2.1.0) Installing React (0.11.0) Using react-native-fetch-blob (0.10.6) 的Pod,所以不需要使用.xcodeproj,而可以使用.xcworkspace。我从侧面板上删除了.xcodeproj,并从“链接库二进制文件”中删除了fetch-blob。我怎么知道我是否在使用.xcworkspace?

这是错误:

.a

1 个答案:

答案 0 :(得分:1)

在打开xcode时右击“打开另一个项目”,然后在查找器enter image description here中导航到您的.xcworkspace文件

在我的情况下,带有白色“ A”的蓝色是xcodeproj,带有蓝色“ A”的白色是.xcworkspace