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.

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.

Main View use_flipper!({'Flipper' => '0.122.0'}) Settings Plugin Statuses Implemented Redux Flipper Middleware code Setup Doctor Flipper Console

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:closed
  • Created 2 years ago
  • Reactions:8
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
zeusstlcommented, Dec 7, 2021

@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

  1. Perhaps add to the Troubleshooting doc to make sure that Manual iOS Setup was completed.
  2. In the Manual iOS Setup manual mentioned above, perhaps clarify the language to make that installation more necessary. The title and description at the bottom of the Automatic Setup, make it seem like something that you would do if you weren’t doing the automatic setup.

Very excited to get some debugging with my shiny new Flipper debugger.

Thanks for all the great work you do!

0reactions
mweststratecommented, Dec 9, 2021

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

Read more comments on GitHub >

github_iconTop 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 >

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