Could not automatically select an Xcode project

后端 未结 21 774
灰色年华
灰色年华 2021-02-02 06:03

When i type \"pod install\" in a correct directory I always get this

Analyzing dependencies

[!] Could not automatically select an Xcode project. Specify          


        
21条回答
  •  佛祖请我去吃肉
    2021-02-02 06:18

    This seems to be an issue with an additional file being added to Xcode. In case you are trying to troubleshoot, it makes sense to look at any additional files you may have added. Either on Xcode or directly in your file.

    In my case it was this: /node_modules/react-native-gesture-handlers/ios/RNGestureHandler

    After deleting this I hit pod install, and it worked fine.

提交回复
热议问题