react-native ios 填坑之 Linker command failed with exit code 1(use-v to see invocation)

1. 如果是报错信息是 library not found for -XXXX 

那就是第三方库的引入报错,找到 link Binary With Libraries 看一下引用的库有没有重复的,或者路径错误,重新添加一下, 然后点击 Product > clean

react-native ios 填坑之 Linker command failed with exit code 1(use-v to see invocation)_第1张图片

2. 另一种错误信息

react-native ios 填坑之 Linker command failed with exit code 1(use-v to see invocation)_第2张图片

找到 Deployment Info   把 Deployment Target 调高一点  (我用这个方法解决了)

react-native ios 填坑之 Linker command failed with exit code 1(use-v to see invocation)_第3张图片

你可能感兴趣的:(react,native)