NO APPLICATION SELECTED for React Native iOS app after following troubleshooting guide
See original GitHub issue🐛 Bug Report
NO APPLICATION SELECTED after following the RN setup guide and then the Troubleshooting Issues
(I’ve spent a few days attempting to fix this including upgrading macOS, Xcode and React Native following the React Native Upgrade Helper.)
Everything seems to be working besides the app itself connecting.
use_flipper!({'Flipper' => '0.122.0'})To Reproduce
Follow setup and troubleshooting guide.
Run the app on an ios simulator via Xcode using a scheme with Run
set to a Build Configuration of Debug
.
Environment
macOS: 12.0.1 Xcode: 13.1 Flipper: 0.122.0
Some relevant packages: “react”: “17.0.2”, “react-native”: “0.65.1”, “react-native-flipper”: “^0.122.0”, “redux”: “^4.1.0”, “redux-flipper”: “^2.0.1”, “redux-persist”: “^6.0.0”,
Issue Analytics
- State:
- Created 2 years ago
- Reactions:8
- Comments:7 (3 by maintainers)
Top Results From Across the Web
React Native Flipper Debugging Issue : "NO APPLICATION ...
I have managed to connect a device ( I see logs and see the tree of React Native elements), but now I have...
Read more >Debugging common React Native issues on iOS - Pusher Blog
In this tutorial, we'll take a look at some of the issues you might encounter while developing iOS apps with React Native.
Read more >Troubleshooting - React Native
These are some common issues you may run into while setting up React Native. If you encounter something that is not listed here, ......
Read more >React Native Troubleshooting Tips and Tricks - stephen.fm
Check language, package, framework and any other versions · Update dependencies · Kill any processes hanging around · Restart your computer · Bust...
Read more >React Native App - Automatic Setup - Flipper
After that, run yarn ios and start Flipper. Your application will show up in Flipper. By default, the following plugins will be available:...
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
@mweststrate Have solved this. I had never done the Manual iOS setup. I guess it never seemed clear that it was necessary since practically everything worked correctly with the Automatic Setup.
Manual Setup https://fbflipper.com/docs/getting-started/react-native-ios/
I used the Flipper code from React Native Hello World AppDelegate.m example: https://github.com/facebook/react-native/blob/main/template/ios/HelloWorld/AppDelegate.m
Two takeaways
Very excited to get some debugging with my shiny new Flipper debugger.
Thanks for all the great work you do!
Manually iOS setup should normally not needed. But things can get out of sync when bumping just the react-native version without using React Native’s upgrade tool