我已经在React-native上创建了一个应用程序,并且已经在Android平台上进行了全面的测试,在那里它运行得非常好。现在我想为iOS构建它。 所以我做的是:
这完美地启动了模拟器,我得到了我想要的。
但是,当我尝试在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。