I can't able to either import a .crash file or drag and drop the .crash file in Devices -> Logs area in XCode 6.3.. Really confused with this.. Any idea would be greatly appreciated.
GO to the Xcode and click Window -> Devices Menu
Then select your device after that you can see search bar in left bottom side
Then you can see uparrow button near by search bar that will open the Logs area of your app.
Related
I'm select a file in the project navigator (it is there, it is not red or missing) and Xcode simply does not open the file.
https://twitter.com/zachshakked/status/1453033845931003907 (I added a screen recording here).
I just updated to Xcode 13.1
Lol. My console was covering the entire screen. Cmd+Shift+Y fixed it.
After updating to xcode 13.0(13A233) for some reason all the project navigator icons turned black and does anybody know how I can fix this. Here's the screenshot.
https://i.stack.imgur.com/5HWay.png
Had the same issue, what solved it for me was:
Go to System Settings -> Accessibility -> Display -> Check "Increase Contrast"
Then you should be able to see the file icons in their original colour again.
Still dont know what is the reason for this, but I hope this solutions works for you aswell.
I am working on an app in SwiftUI in Xcode 12.2.
I have accidentally deleted the Automatic Preview Tab. I cannot seem to find the option to bring it back. Here is a screenshot of my Xcode:
Where do I enable the Automatic preview and bring it back so I can see real-time updates of my UI?
An easy way to find it is from the menu "Editor > Canvas"
In your Xcode snapshot, there is a button the top right corner with a bunch of horizontal lines. Click it and then click Canvas and the preview should come back. FYI, the preview canvas is different than a Storyboard, which is what you included in the "What I want" image.
Im using Instruments 8.3.2 and the Record Settings and Display Settings tab are missing in the inspector window. How do I get those tabs back? Please see the attached screenshot.
The normal inspector window looks like this (See arrow 5):
The majority of these settings have moved to the bottom of the Instruments window. Tap on "Call Tree" to see a modal with the missing settings:
No With Xcode 9.3 & Instruments 9.3
The "Recording Options" moved again.
Now it is in the app menu at File > Recording Options….
Or you can use shortcut: CmdOptr
Or long press the Record button, it will appear options contains Recording options
You can see the menu item in the picture below:
Anyone can explain why the other menus in xcode are not being displayed? I downloaded a tutorial file and it only shows
and not as I would expect this
I am looking for the Capabilities tab,
Presumably, you're looking at a project:
and not a target:
Use the popup menu (or the sidebar that's shown collapsed in my screenshots) to select your app target instead.