question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot install in empty react-native project

See original GitHub issue

Hello!

I just executed npm install --save react-native-ble-plx in my project directory, but the dependencies RxBluetoothKit.framework and RxSwift.framework are not installing, due to an incompatible swift version.

It tells me that my swift version is to high. What should i do to fix this problem?

image

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
karimkhamwanicommented, May 23, 2018

@Cierpliwy any news? with swift 4.1 when it get done? thanks

2reactions
Cierpliwycommented, Apr 12, 2018

I think this error is a bit misleading. It only means that due to higher version of your Swift compiler carthage couldn’t use prebuild binaries and had to compile them from source. Everything should work just fine.

What should i do to fix this problem?

You can’t really. I will update to High Sierra soon and rebuild dependencies with Swift 4.1.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot install create-react-native-app · Issue #563 - GitHub
So I have started learning react native but got stuck on the first step. The installation is failing and the error I am...
Read more >
react-native android error Failed to install the app ...
Try running (inside android folder) ./gradlew clean. and then run react-native run-android.
Read more >
Troubleshooting - React Native
If you added React Native manually to your project, make sure you have included all the relevant dependencies that you are using, like...
Read more >
React | WebStorm Documentation - JetBrains
In the Node Interpreter field, specify the Node.js interpreter to use. ... Install React in an empty WebStorm project.
Read more >
Create a New React App
Live-editing CSS and JS in development. ... Create React App doesn't handle backend logic or databases; it just creates a frontend build pipeline, ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found