xcode 10 error: multiple commands produce - react native

后端 未结 3 1038
生来不讨喜
生来不讨喜 2021-01-04 03:09

So there are a lot of questions like this already, but I\'m having the same error, not relating to cocoapods or info.plist, at least I don\'t think, because

3条回答
  •  耶瑟儿~
    2021-01-04 03:36

    I fixed it by upgrading cocoapods to the latest version:

    1. Close Xcode project.
    2. Upgrade cocoapods to latest version - run "sudo gem install cocoapods"
    3. Follow steps here to remove existing pods
    4. Run "pod install" in the project directory

提交回复
热议问题