我在Catalina 10.15.7基于英特尔的芯片上使用Xcode 12.4。我用这个创建了一个示例react原生项目https://reactnative.dev/docs/environment-setup它的构建和运行都非常完美。现在,在进一步研究该项目后,我安装了react原生导航和堆栈导航器,并设置了组件和矢量图标依赖项的样式。现在我遇到了这个问题。请帮我解决这个问题。谢谢
Xcode构建错误
ld: warning: directory not found for option '-L-L/Users/ahyanawaz/Library/Developer/Xcode/DerivedData/Store-bekhqxqflgsqtyheijdxkrbwrksk/Build/Products/Debug-iphonesimulator/CocoaAsyncSocket'
ld: library not found for -lCocoaAsyncSocket
clang: error: linker command failed with exit code 1 (use -v to see invocation)
也许尝试npm install
或yarn
,然后尝试cd ios && pod install