Search results for

show when run

112,755 results found

Post

Replies

Boosts

Views

Activity

XCode 7.3, show nothing in "window>devices>show provision profiles"
I have two devices, one is iPhone 5, the other is iPad 3(new iPad),both are iOS 9.2.1.Before someday (seems xcode update or what),XCode Device windowstill shows provision profiles, but now they won't show it at all.Though the app deployment and test is working fine,I don't know what happed, or this means any bugs?
1
0
682
Mar ’16
GPU Frame Capture shows wrong times
I'm using a single Compute Command Encoder to execute 5 kernel functions.My aim is to measure the execution time of each kernel function.However, when I try to profile the application via GPU Frame Capture, Xcode shows clearly wrong times – the sum of execution times of all 5 kernel functions is always 100µs (every time I profile the app). I've also tried to execute just one kernel function, but according to Xcode, running just one kernel function takes the same 100µs as if I was running 5 kernels.Please take a look at the following 2 images: i.imgur.com/p8F59hp.png (running 5 kernels)andi.imgur.com/i8OEKEQ.png (running 1 kernel).My comment: Based on the fact that the executions times always sum up to 100, I'd say they represent percentages if they weren't displayed with the units (nanoseconds and microseconds). I've also tried switching between showing percentages and time, but I've been unable to see the actual durations.Whan can I do to see the actual (
1
0
650
Sep ’16
Reply to Is macOS Big Sur really macOS 10.16 under the hood not macOS 11
I hope you can give a more clear answer. Right now, the initial Big Sur developer release shows two different version numbers: 1) In About, it shows 11.0 2) In software, or in the Terminal, it shows as 10.16. For example, in the Terminal, if you run swvers -productVersion, you get 10.16. In a future Big Sur developer release, will swvers -productVersion return 11.0?
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’20
Reply to MacOS 13.3 beta killed Java??
Late, but for anyone who might run across this in future, I was just able to resolve this on a system reporting the same error for multiple JDKs. Turns out SIP was disabled for some unknown reason, re-enabling resolved it. To check its status on your machine, run csrutil status. If the output shows that SIP is disabled, run sudo csrutil clear and reboot.
Nov ’24
How to show lanes in carplay programatically
Hello all, I'm confused about how to show lanes in CarPlay. I understand CPLaneGuidance and CPLane I don't find anywhere where to tell Carplay which icon to show for each lane. I've found some information saying we put the icon in CPManeuver, but then CPManeuver is linked to only one CPLaneGuidance, and we can put only one icon in CPManeuver. At the same time, we might have multiple lanes. Any help, tips, or examples would be highly helpful.
0
0
64
Jun ’25