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.

iOS Simulator cannot show Logs on Flipper

See original GitHub issue

🐛 Bug Report

I use Flipper for my swift app, when I run the app on Simulator, I can’t see any Logs although Console log of xCode has value

To Reproduce

Click Button

@IBAction func toggleLogin() {
    print("LOGIN TOGGLE")
    NSLog("LOGIN TOGGLE")
}

Environment

xCode: latest 11.4.1 iOS SImulator: 13.4.1 Flipper 0.41.0 FlipperSDK 0.41.0 App: Swift 5.1, Cocoapods 1.9

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
passycommented, May 12, 2020

Thanks for the report! @priteshrnandgaonkar has confirmed that this seems to be affecting Swift apps at the moment. We’re looking into it.

0reactions
stale[bot]commented, Jan 9, 2022

Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshooting General Issues - Flipper
If no app plugins are showing up, there may be a connectivity issue between Flipper and your app. Check connection issues to see...
Read more >
Flipper Debugging for React Native - Povio
In this case, you often need to log messages, look out for device crashing, inspect network requests, and similar. However, Flipper is handy...
Read more >
React Native 0.62 and Flipper Will Change Your Mobile ...
Flipper is a platform for debugging iOS, Android and React Native apps. ... using Flipper to reload or show the dev menu, no...
Read more >
Issue with opening IOS Simulator | Apple Developer Forums
this is the correct way !! Open Xcode, then choose "Preferences..." from the Xcode menu (or press ⌘+,). Go to the Locations panel...
Read more >
React Native 0.64 won't build iOS app after updating Xcode to ...
You should see text print out that says Fix: Pods/Flipper-Folly/folly/synchronization/DistributedMutex-inl.h, etc. If you don't, ...
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