Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
每当我进行 pod 安装时,我都会不断收到此错误消息。我把'使用框架'然后弹出这个错误。当我删除 pod install 时,我的应用程序能够加载。有人可以帮我解决什么问题吗?
提前谢谢你!
1.如果您在项目中使用 pod,则首先应该在 Xcode 中打开 ios/Project_Name.xcworkspace 而不是 ios/Project_Name.xcodeproj
2.如果你得到错误即使上面只是尝试将以下内容添加到你的 pod 文件中
pod 'yoga', :path => '../node_modules/react-native/ReactCommon/yoga'
并运行“pod install”