-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Profiler framework incompatible with RN 0.64.1 / Xcode 12.5 #83
Comments
Hi, I'm facing the same problem, Macbook M1, Big Sure, RN 0.65.1... |
Looks like DetoxInstruments don’t have support more.. |
Unable to run it on M1 at all |
It looks like there are several issues in the current version. The crash is probably related to this traceback:
I've tried to troubleshoot the issue ending up with the final conclusion that latest/current versions of LoggingSupport.framework are buggy. Disabling the DTXLiveLogStreamer logic depending on ActivityStreamSPI.h fixes the crash, allowing the profiller to initialize. Nevertheless, there is an apparently new -second- issue: the UI shows the application in the "Select application to profile" list only during some seconds in a disabled way before disappearing again, therefore, it definitively looks like there is additional work to be done in the UI for compatibility with current SDKs and Xcode. I will try to troubleshoot this again when I have more some time. |
Description
Just reproduced this on 2 machines. Trying to build a project with the profiler framework using RN 0.64.1 and Xcode 12.5 causes the app to pause on a breakpoint and crash later.
Steps to Reproduce
Steps to reproduce the behavior:
Environment
iOS Device (please complete the following information):
The text was updated successfully, but these errors were encountered: