कोको पॉड के लिए संगत संस्करण नहीं पा सके "ReactCommon / jscallinvoker"


42

मैंने अभी RN v0.62 में अपडेट किया है और iOS पर रनिंग ऐप मुझे निम्नलिखित त्रुटि देता है

!] CocoaPods could not find compatible versions for pod "ReactCommon/jscallinvoker":
  In snapshot (Podfile.lock):
    ReactCommon/jscallinvoker (from `../node_modules/react-native/ReactCommon`)

  In Podfile:
    ReactCommon/jscallinvoker (from `../node_modules/react-native/ReactCommon`)

None of your spec sources contain a spec satisfying the dependency: `ReactCommon/jscallinvoker (from `../node_modules/react-native/ReactCommon`)`.

मैंने सभी नोड_मॉड्यूल्स को हटा दिया और npm i किया। मैंने iOS डायरेक्टरी में पॉड इंस्टॉलेशन भी किया था लेकिन यह मुद्दा कायम है। मैंने पॉड रेपो अपडेट भी किया।

जवाबों:


133

इसलिए मैं इसका पता लगाता हूं

अपने पॉडफाइल में निम्नलिखित पंक्ति बदलें

pod 'ReactCommon/jscallinvoker', :path => "../node_modules/react-native/ReactCommon"

साथ में

pod 'ReactCommon/callinvoker', :path => "../node_modules/react-native/ReactCommon"

2
यह मेरे लिए काम किया!
काकजन

मेरे लिए एकदम सही है जैसा कि स्वागत l
Kasra

17

मुझे लगता है कि jscallinvokerसंस्करण की जगह बदली गई कोशिश है

jscallinvoker 

सेवा

callinvoker
हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.