In one project, 'capture view hierarchy' and 'pause program execution' buttons are simply not working. 1 out of 20 times it's showing blank screen saying Unable to capture view hierarchy, but other times no response. Capturing memory graph button is working but it's taking forever to load. I have macbook with M1 chip with Xcode 13.3. Before that I had Xcode 13.3.1, which wasn't working as well. This situation is happening for one project only Tried to reinstall xcode-select, tried with different simulator ios versions, tried to run with Rosetta didn't work as well. For intel chips capturing works fine, it's only issue with M1. Any ideas?
Xcode debug cannot capture view hierarchy on macbook M1
469 Views Asked by hikmat_11 At
0
There are 0 best solutions below
Related Questions in XCODE
- Using Storyboard Reference
- Getting this message in my console in xcode "Ignoring restoreCompletedTransactionsWithApplicationUsername: because already restoring transactions"?
- Error when creating UIImage
- fade in an bounce animation subview
- How to delete static library ".a" file from xcode project?
- Error in main.storyboard
- Is the compiler Xcode uses to produce Assembly code a bad compiler?
- Using paths bonded to a XCode project to be shared
- How to set the time of Local notification in app to random between two times? (swift)
- "Invalid Signature, code object not signed at all" error
- Alarming memory increase with custom segue
- Display both alertTitle and AlertBody on a custom WatchKit notification
- How to make a CocoaPods project work on OS X El Capitan & Xcode 7 Beta?
- Cannot use CTRL+Drag for making a button action in Xcode?
- Labels properties changing in Xcode
Related Questions in APPLE-M1
- Stuck at installing Python tensorflow on Apple M1 chip computer via Anaconda
- Segmentation Fault when Using SentenceTransformer Inside Docker Container
- installing transformers on M1 gives jax
- scipy 1.7.x from source build error with python 3.7.x on macbook M1 Sonoma
- Cant setup pgAPI "Database as a service" on Macbook M1 Air, errors on terminal
- Can execute python script on Mac M1 chip (ok on M2)
- please solve this error of mine of segmentation fault
- Issues with pip installing PyQt5 in conda on M2 MacBook
- heroku:container M1 mac pushing docker image layer stuck in retry loop
- Compilation Error When Building OpenSSL for iOS on macOS: 'inttypes.h' File Not Found
- Log message to the terminal using the log method from dart:developer on an Apple Silicon Mac
- Failed cvxpy instllation -> failed building qdldl wheel -> ... -> zsh: command not found: xcode-select
- Problem Visual Studio with Parallels Desktop on MacBook m1
- rollup hangs while building monorepo packages
- LLModel Error when trying to load a quantised LLM model from GPT4All on a MacBook Pro with M1 chip?
Related Questions in SIMULATOR
- Aldebaran Nao robot simulator without a real robot
- Multiple RadioButtons Simulator
- How can I fire a UILocalNotification for every 15 days with repeat interval in objc
- Android debug error 'Unable to identify the apk for variant armv7-debug'
- import external data to ONE simulator
- Error building/running in simulator on Xcode
- Simulation of Sockets in Network Simulator
- Starting iOS simulator from command line fails with error code 60
- Play video frame by frame performance issues
- Can not add images to iOS Simulator
- SQL simulator on Prolog
- xcode 6.3.2 - simulator wrong screen size
- Unfortunately, Launcher3 has stopped
- Simulator become very slow
- how do i adjust this application window while running
Related Questions in VIEW-HIERARCHY
- A view that can be moved and resized on android
- How to get selected child in GridLayout similar to GridView
- Error grabbing View Hierarchy, XCode 8.2.1: "No plist data for fetching view hierarchy"
- What is the best practice: Multiple UIViews or Multiple UIViewControllers
- How to find where UIView has been created in code - swift - Programmatically
- Xcode debug cannot capture view hierarchy on macbook M1
- Is there any free library that I can use to make tree view structure in react JS
- Why does minHeight attribute not work in WebView Android?
- NavigationController and View Hierarchy issue
- SwiftUI - Responding to taps in parent View
- android consolidating views in include statements, improve performance?
- How to put layout between others layout in RelativeLayout?
- android:layout_alignTop does not work similar to android:layout_alignBottom
- Xcode 9 Debug View Hierarchy extremely slow
- View Hierarchy not showing on XCode 13
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?