Giter VIP home page Giter VIP logo

Comments (7)

zxcpoiu avatar zxcpoiu commented on June 14, 2024

so you have solved by editing pod spec s.dependency from React/Core to React-Core?

from react-native-voip-push-notification.

alipetarian avatar alipetarian commented on June 14, 2024

@zxcpoiu I have solved as mentioned by @vinod20191992 .

Thanks @vinod20191992 .

from react-native-voip-push-notification.

zxcpoiu avatar zxcpoiu commented on June 14, 2024

@vinod20191992 @alipetarian

Thank you

from react-native-voip-push-notification.

redexp avatar redexp commented on June 14, 2024

now we cannot install pod on react-native < 0.60

from react-native-voip-push-notification.

ksitko avatar ksitko commented on June 14, 2024

Can confirm now in react-native 0.59 pod update and pod install provide this error:
[!] Unable to find a specification for React-Coredepended upon byRNVoipPushNotification

from react-native-voip-push-notification.

alipetarian avatar alipetarian commented on June 14, 2024

@ksitko https://prnt.sc/phrw9j

from react-native-voip-push-notification.

zxcpoiu avatar zxcpoiu commented on June 14, 2024

Yeah, I think it's a breaking changes in RN 0.60.

see: facebook/react-native#25553 (comment)

Has we mentioned in the blogpost, the Pods dependency has changed -> 2321b3f
You need to change your Pod configuration to match the new format.

For RN < 0.60, the reversed workaround script can refer to
see: facebook/react-native#25553 (comment)

Here is a little workaround I'm using right now, run this bash command in the root directory of the project which replaces React/Core with React-Core in all the npm modules
grep -rl "s.dependency 'React/Core'" node_modules/ | xargs sed -i '' 's=React/Core=React-Core=g'

Change back from 'React-Core' to 'React/Core' ( for RN 0.59 users want to use current master branch )

grep -rl "s.dependency 'React-Core'" node_modules/ | xargs sed -i '' 's=React-Core=React/Core=g'

from react-native-voip-push-notification.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.