Search results for

“show when run”

115,113 results found

Post

Replies

Boosts

Views

Activity

Programmatically show menu attached to a UIButton
I'm running into a bit of an issue with a menu attached to a UIButton in a Catalyst app. Clicking on the button works as expected: the menu appears (showsMenuAsPrimaryAction is set to true). However, because the button is in a form as a way for the user to select from a list of available options, I also need the ability to show the dropdown menu when I tab to the button from another field. I was hoping this would happen automatically if the button could become the first responder, but that does not appear to be the case. If there a way to make this happen?
0
0
1.4k
Feb ’21
Reply to Black screen after Launch Screen
@Claude31 I used a third party program, Stencyl, to build my app, so I'm not entirely sure how to show that aspect of the code, but I can send you my logs from running on the third party program (which runs through Xcode when building on my iPhone). Would that be helpful? Thank you so so much
Topic: UI Frameworks SubTopic: UIKit Tags:
Nov ’20
Reply to XCODE PROBLEM
you may also have run into a situation where the IDE is not showing the program's output. In the screenshot you posted, the output is not shown. While (or after) running the program, disclose the output pane by clicking on the little disclosure button. It the furthest right button on the bottom of your screenshot.
Aug ’23
Code Coverage not showing
Hi,I Wrote unit tests for my application and tried to check the percentage of code covered but the blue line is not showing on the particular methods which was covered.On the other hand, if checked in the class,it shows green next to the method.Check out the screenshots. Can anyone please help me with this issue?Thank you
0
0
390
Apr ’16
Reply to Change Split View to "normal" segue? iOS (phone) Swift 4.2 and 5
Well, it's getting interestinger and interestinger, as Alice would have said peering into her fogged-up mirror.I've just run Instruments (Xcode latest beta) for Leaks in two other, less complex, Swift projects - each with UITableViews and UICollectionsViews. Neither started out as SVC. Both showed no leaks running under iOS 12.1.4 on a physical device. Both showed leaks under 12.2 latest beta: the simpler app showed a few dozen leaks, the more complex several hundred. Almost all of the leaks are in Quartzcore or UIKitCore.Methinks there's a more general problem at play here, so my bug report stands.
Topic: App & System Services SubTopic: Core OS Tags:
Mar ’19
Reply to How to Fix Cracking and Popping Sound ?
Found this thread while trying to diagnose a crackling sound with my M1 Max macbook pro (Ventura 13.2.1), mostly using Bitwig Studio. Tried killall coreaudiod, but that didn't work. Same program works fine on my 2010 Mac Pro (running Monterey). Interestingly, the Bitwig DSP Performance Graph shows sharp spikes coinciding with each of the crackles. Activity monitor shows absolutely no memory pressure (the machine has 64GB, isn't running much). Tried changing sample rate in Bitwig, which did show a different baseline in the DSP Performance Graph, but the spikes still happen. Very odd behavior.
Topic: Community SubTopic: Apple Developers Tags:
Mar ’23
Image does not show on launchscreen
I have a launch screen, with a png image.I test either on XCode 11.1 or XCode 11.2beta2.1. It shows on simulator (Version 13.2 (SimulatorApp-912.4 SimulatorKit-570.3 CoreSimulator-681.14)), but does not show anymore on device (Xs 13.1.3)However, UILabels show normally.I cannot be sure, but seems to be since I upgraded to 13.1.3 from 13.1.2I have tested in dark and light mode, no effect.I have removed the app from the device and reloaded, no effect.I tested with opaque or non opaque view as launchscreen view, no effectHowever, image is here: I move a Label to be behind it ; it does not show anymore, which indicates that the image hides it. Just as if image as bachground drew but not its content.Changed imageView background from systemBackground color to no color: no change, except it does not hide the label if moved behind (which was expected)I inserted another image, it shows.-> Conclusion, something not correct in my png image.2. In addition, I note that, in XC
Topic: UI Frameworks SubTopic: UIKit Tags:
2
0
2k
Nov ’19
Programmatically show menu attached to a UIButton
I'm running into a bit of an issue with a menu attached to a UIButton in a Catalyst app. Clicking on the button works as expected: the menu appears (showsMenuAsPrimaryAction is set to true). However, because the button is in a form as a way for the user to select from a list of available options, I also need the ability to show the dropdown menu when I tab to the button from another field. I was hoping this would happen automatically if the button could become the first responder, but that does not appear to be the case. If there a way to make this happen?
Replies
0
Boosts
0
Views
1.4k
Activity
Feb ’21
Reply to Xcode 9 Beta 5 on High Sierra Beta 6
@Urkman looks like the beta 6 fixed this issue: the first few minutes of running the new version were also showing intense CPU utilization from Xcode (but not by the launchd_sim process, but the Xcode process itself), but then it eventually calmed down and now it's running stable.
Replies
Boosts
Views
Activity
Aug ’17
Reply to Black screen after Launch Screen
@Claude31 I used a third party program, Stencyl, to build my app, so I'm not entirely sure how to show that aspect of the code, but I can send you my logs from running on the third party program (which runs through Xcode when building on my iPhone). Would that be helpful? Thank you so so much
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Nov ’20
Reply to XCODE PROBLEM
you may also have run into a situation where the IDE is not showing the program's output. In the screenshot you posted, the output is not shown. While (or after) running the program, disclose the output pane by clicking on the little disclosure button. It the furthest right button on the bottom of your screenshot.
Replies
Boosts
Views
Activity
Aug ’23
Reply to Multicast Entitlements
Yes, it is in the distributed plist. Yes, signed, notarized and stapled. Yes, running dwarfdump shows UUIDs for x86 and arm. Thanks, Chris
Replies
Boosts
Views
Activity
Aug ’25
iOS 17.1.1 NSMutableAttributedString show
NSMutableAttributedString append NSTextAttachment , and set paragraphStyle.alignment = .justified, will Show Overlap,Word overlap。
Replies
0
Boosts
0
Views
519
Activity
Nov ’23
Code Coverage not showing
Hi,I Wrote unit tests for my application and tried to check the percentage of code covered but the blue line is not showing on the particular methods which was covered.On the other hand, if checked in the class,it shows green next to the method.Check out the screenshots. Can anyone please help me with this issue?Thank you
Replies
0
Boosts
0
Views
390
Activity
Apr ’16
Reply to Stickers In Sticker Packs Not Working
Make sure you're on the latest official version of xcode, then on the device you're running the build on, make sure you have pressed Trust this Device under General -> Device Management -> [Your App]. Then re-run your build via Xcode and your stickers will show up.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’16
Reply to Stickers not showing, only app icon
Make sure you're on the latest official version of xcode, then on the device you're running the build on, make sure you have pressed Trust this Device under General -> Device Management -> [Your App]. Then re-run your build via Xcode and your stickers will show up.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’17
Reply to Change Split View to "normal" segue? iOS (phone) Swift 4.2 and 5
Well, it's getting interestinger and interestinger, as Alice would have said peering into her fogged-up mirror.I've just run Instruments (Xcode latest beta) for Leaks in two other, less complex, Swift projects - each with UITableViews and UICollectionsViews. Neither started out as SVC. Both showed no leaks running under iOS 12.1.4 on a physical device. Both showed leaks under 12.2 latest beta: the simpler app showed a few dozen leaks, the more complex several hundred. Almost all of the leaks are in Quartzcore or UIKitCore.Methinks there's a more general problem at play here, so my bug report stands.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Mar ’19
Reply to How to Fix Cracking and Popping Sound ?
Found this thread while trying to diagnose a crackling sound with my M1 Max macbook pro (Ventura 13.2.1), mostly using Bitwig Studio. Tried killall coreaudiod, but that didn't work. Same program works fine on my 2010 Mac Pro (running Monterey). Interestingly, the Bitwig DSP Performance Graph shows sharp spikes coinciding with each of the crackles. Activity monitor shows absolutely no memory pressure (the machine has 64GB, isn't running much). Tried changing sample rate in Bitwig, which did show a different baseline in the DSP Performance Graph, but the spikes still happen. Very odd behavior.
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Mar ’23
How to show UIContextMenu using UIAccessibilityCustomAction
Is there any way to show UIButton contextual menu using a UIAccessibilityCustomAction ?
Replies
1
Boosts
0
Views
603
Activity
Jan ’22
Reply to Xcode won't build for universal binary
I'm having the same issue, only that I'm using $(ARCHS_STANDARD). lipo -archs only returns x86_64 and Xcode only shows the option to run the project with My Mac (Rosetta), where all my other projects can also be run on Mac and have the same architectures set.
Replies
Boosts
Views
Activity
Jul ’22
Osx 10.11.1 Beta 3 not showing in updates
I have installed the Developer Seed Utility, however running updates shows no updates available. Is there something different I should do.Thanks for your response
Replies
0
Boosts
0
Views
362
Activity
Oct ’15
Image does not show on launchscreen
I have a launch screen, with a png image.I test either on XCode 11.1 or XCode 11.2beta2.1. It shows on simulator (Version 13.2 (SimulatorApp-912.4 SimulatorKit-570.3 CoreSimulator-681.14)), but does not show anymore on device (Xs 13.1.3)However, UILabels show normally.I cannot be sure, but seems to be since I upgraded to 13.1.3 from 13.1.2I have tested in dark and light mode, no effect.I have removed the app from the device and reloaded, no effect.I tested with opaque or non opaque view as launchscreen view, no effectHowever, image is here: I move a Label to be behind it ; it does not show anymore, which indicates that the image hides it. Just as if image as bachground drew but not its content.Changed imageView background from systemBackground color to no color: no change, except it does not hide the label if moved behind (which was expected)I inserted another image, it shows.-> Conclusion, something not correct in my png image.2. In addition, I note that, in XC
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
2
Boosts
0
Views
2k
Activity
Nov ’19