react-native ios Podfile issue with “use_native_modules!”

前端 未结 18 2102
一生所求
一生所求 2020-12-05 17:15

In my react-native project (react-native@0.60) in the ios/ dir I run pod install and get this error:

[!] Invalid `Podfile` file: no implicit con         


        
18条回答
  •  余生分开走
    2020-12-05 17:58

    Does anyone have a consistently recreatable solution for this issue that does not revolve around getting rid of use_native_modules? I have looked into:

    • Changing Ruby Version
    • Changing CocoaPods version
    • Invalidating NPM and Cocoapods cache

    And I am unable to fix the issue. It appears to be some npm dependency, but others on my team are not seeing it.

提交回复
热议问题