我刚刚完成了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