Search results for

“show when run”

115,117 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
691
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
658
Sep ’16
Reply to Xcode 9 Degugger
FOUND THE ANSWER. Under Debug --> Debug WorkFlow ... --> If you have Always Show Disassembly...Checked. when you run your code if the Always Show Disassembly is checked you only have the ability to step through your code in the memory location. when unchecked you can step through your code in the normal patern .. i.e. in the class where the breakpoint is.
Oct ’17
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?
Replies
1
Boosts
0
Views
691
Activity
Mar ’16
Reply to Does Xcode 12 (12A7209) crash Spotlight? Also Core Data template does not run in Simulator. Also makes Mac super hot and fans whirl?!
I'm also seeing that using the Core Data template with SwiftUI and running it in Simulator produces a blank white screen and never shows the timestamp list.
Replies
Boosts
Views
Activity
Sep ’20
Reply to Sandbox: This item is no longer available
Still not working for me. Seems down even though apple developer status shows up and running. https://developer.apple.com/system-status/
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Mar ’20
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 (
Replies
1
Boosts
0
Views
658
Activity
Sep ’16
Reply to Xcode 9 Degugger
FOUND THE ANSWER. Under Debug --> Debug WorkFlow ... --> If you have Always Show Disassembly...Checked. when you run your code if the Always Show Disassembly is checked you only have the ability to step through your code in the memory location. when unchecked you can step through your code in the normal patern .. i.e. in the class where the breakpoint is.
Replies
Boosts
Views
Activity
Oct ’17
App not showing in store
i renewed my account but app is not showing up. Do I need to do something hi big else to get it restored?
Replies
0
Boosts
0
Views
272
Activity
Jan ’21
ShareServices not showing flickr
I'm running the ShareServices demo app and see that flickr is not a choice in the service picker. However if I run Preview and share an image, flickr is available. What's the difference?
Replies
0
Boosts
0
Views
247
Activity
Sep ’15
Show status bar on previews
Is there any way to show the status bar on a SwiftUI Preview?. Right now I'm using Xcode 14.2.0 Thanks in advance.
Replies
1
Boosts
0
Views
1.2k
Activity
Mar ’23
Reply to TvOS: An error was encountered while attempting to communicate with this device
I'm not able to run on iPhone 6s.it shows the error Development cannot be enabled while your device is locked. Please unlock your device and reattach. (0xE80000E2).
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jul ’20
Reply to CarPlay side-by-side apps not available yet?
This only shows the grid of apps available. selecting a new app replaces the currently displayed app, instead of letting them run side-by-side
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’19
Reply to has not been trusted on this iPhone
Solution found:Open Xcode > Devices, then right-click the device with the issue, click on Show Provisioning ProfilesDelete all profiles on the deviceClean Build & Run
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jul ’15
Reply to Xcode 11 can't find app icons source
Having the same issue here, the stickers asset is not appearing in the dropdown selection, and if you keep it *red* (not found) the app wont show them when you run it 😟
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’19
Reply to In-app purchases stopped working in iOS 13.4 The purchase dialog does not show up.
Is this in the sandbox running on a device connected to Xcode or is it using TestFlight or is it using a production app? Are you getting a call back to updatedTransactions showing a state of 'purchasing'?
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Mar ’20
Reply to Big Sur - Messages not starting
I had the same issue on an M1 MacBook Air--Messages refused to launch and Spotlight showed no results. Running CleanMyMac and rebooting fixed the issue for me.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’20
Reply to Metal and low performance with parallel execution of kernels (MTLComputeCommandEncoder)
Thanks, I will investigate and profile. Perhaps you know why the Compute timeline shows a maximum of 2 lines with running Command Buffers? Could it be a design or is there another reason?
Topic: Graphics & Games SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’22