You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running into an issue similar to those discussed in #1145 and #484. Upon running the SampleSwift app and connecting it to the Flipper Desktop, NSLogs (such as the "Hello from Flipper in a Swift app!" log that's supposed to run upon the app launching) are not displayed in the Logs list. However, they work as expected when running the Sample app (the objective-c version). In both apps, the NSLogs appear as expected in the consoles of their respective Xcode windows.
To Reproduce
Run the SampleSwift app in an iOS simulator.
Do any action that runs an NSLog.
Environment
Xcode 13.4.1
Flipper 0.149.0
iOS 15.5 (simulator)
The text was updated successfully, but these errors were encountered:
🐛 Bug Report
I'm running into an issue similar to those discussed in #1145 and #484. Upon running the SampleSwift app and connecting it to the Flipper Desktop, NSLogs (such as the "Hello from Flipper in a Swift app!" log that's supposed to run upon the app launching) are not displayed in the Logs list. However, they work as expected when running the Sample app (the objective-c version). In both apps, the NSLogs appear as expected in the consoles of their respective Xcode windows.
To Reproduce
Environment
Xcode 13.4.1
Flipper 0.149.0
iOS 15.5 (simulator)
The text was updated successfully, but these errors were encountered: