react-native run-ios --project-path 'ios/myProject.xcworkspace' --simulator=\"iPhone 8 Plus\"
指定.xcworkspace文件的项目路径失败Could not find Xcode project files in ios folder
我看到这是React Native
路线图中提议的项目:https://react-native.canny.io/feature-requests/p/specifying-the-xcworkspace-to-be-used-in-the-command-line-options
有没有办法(现在)将Cocoapods
与React Native
一起使用并使用命令行运行?我知道在通过xcode构建时它可以正常工作。
由于