Cannot install in empty react-native project
See original GitHub issueHello!
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?
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Cierpliwy any news? with swift 4.1 when it get done? thanks
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.
You can’t really. I will update to High Sierra soon and rebuild dependencies with Swift 4.1.