如何在Xcode中构建React-native应用程序时摆脱错误

时间:2016-11-28 17:57:33

标签: ios xcode react-native ios-simulator

我已经在React-native上创建了一个应用程序,并且已经在Android平台上进行了全面的测试,在那里它运行得非常好。现在我想为iOS构建它。 所以我做的是:

  1. 将我的项目存储库从GIT克隆到我的Mac机器
  2. 运行npm install
  3. 运行react-native链接
  4. 运行react-native run-ios
  5. 这完美地启动了模拟器,我得到了我想要的。

    但是,当我尝试在Xcode中构建我的应用程序时,它失败并出现以下错误:

    ld: warning: directory not found for option '-F/Users/admin/Library/Developer/Xcode/DerivedData/DataCollector-ggwfxznelyjbjzcodfrlmajkazaj/Build/Products/Debug-iphonesimulator/React'    
    ld: framework not found React
    clang: error: linker command failed with exit code 1 (use -v to see invocation)
    

    我在Mac OS 10.11.6上使用React-native版本0.35和Xcode 8.1。

0 个答案:

没有答案