Search results for

“show when run”

115,114 results found

Post

Replies

Boosts

Views

Activity

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
Reply to Why is launch screen not showing?
I don't recall filing a bug report.I mean my launch screen is not showing, just like the problem before this one. It was also not showing before this time that it's not showing. Just a miscommunication.I do get a black screen instead of the launch screen. Afterwards the app runs as it should, starting with the initial view controller in the Main storyboard.I was wondering if anyone figured out a way to fix this.I have had other times when the launch screen showed just a white screen, but didn't show the controls on the view controller.
Oct ’18
UNNotificationServiceExtension not run
I'm trying to muck with my push notification using the service extension, but it doesn't appear to be running. The body of my method just looks like so:override func didReceive(_ request: UNNotificationRequest, withContentHandler contentHandler: @escaping (UNNotificationContent) -> Void) { self.contentHandler = contentHandler bestAttemptContent = (request.content.mutableCopy() as? UNMutableNotificationContent) guard let bestAttemptContent = bestAttemptContent else { return } bestAttemptContent.title = new title here contentHandler(bestAttemptContent)So when iOS shows my alert, it should say 'new title here', but it still has what the payload sent. The payload looks like this. Any ideas what I've done wrong?{ aps: { alert: { body: The body, title: The title }, category: drawing-category, mutable-content: 1 } }
2
0
2k
Aug ’17
Scrollbars not showing consistently.
I created a pop up div, that has a scrollable area in it. When I open the pop-up sometimes the scroll bar shows when scrolling, and other times, the scroll bar doesnt show once ive oponed a closed it.When the scroll bar isnt showing, the area is still scrollable, just you cant see the scroll bar.Ive used all types of different overflow options, but nothing seems to help.The reason why I cant force the scroll bar is because sometimes the content area with the words doesnt need a scroll bar because its not needed and in other places the pop-up has more content thus needs a scrollable area.
0
0
1.1k
Feb ’16
SiriTipView showing ${APPLICATIONNAME} instead of my app's name.
Version 14.0 beta 4 (14A5284g) This is all referring to the simulator. When I run the Shortcuts app my phrase is properly shown for my app and the app's name is correctly populated. However, when I try to add a SiriTipView the same phrase shows the application name as ${APPLICATIONNAME}. I changed the first letter of the phrase and verified the change showed up in the Shortcuts app and my app tip. I'm not sure if I'm doing something wrong or should file feedback instead.
3
0
2.1k
Aug ’22
Uploaded builds not showing?
macOS app builds that I have uploaded today (UTC afternoon time) through Xcode are not showing. If I try to upload the same build using Transporter, it complains that it already exists. So, I know the build is there. It's just that the builds are not showing in App Store Connect for this app. There have been some problems earlier today but according to the status page they are apparently resolved.
0
0
162
Jun ’25
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
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 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
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
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
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
Reply to Why is launch screen not showing?
I don't recall filing a bug report.I mean my launch screen is not showing, just like the problem before this one. It was also not showing before this time that it's not showing. Just a miscommunication.I do get a black screen instead of the launch screen. Afterwards the app runs as it should, starting with the initial view controller in the Main storyboard.I was wondering if anyone figured out a way to fix this.I have had other times when the launch screen showed just a white screen, but didn't show the controls on the view controller.
Replies
Boosts
Views
Activity
Oct ’18
UNNotificationServiceExtension not run
I'm trying to muck with my push notification using the service extension, but it doesn't appear to be running. The body of my method just looks like so:override func didReceive(_ request: UNNotificationRequest, withContentHandler contentHandler: @escaping (UNNotificationContent) -> Void) { self.contentHandler = contentHandler bestAttemptContent = (request.content.mutableCopy() as? UNMutableNotificationContent) guard let bestAttemptContent = bestAttemptContent else { return } bestAttemptContent.title = new title here contentHandler(bestAttemptContent)So when iOS shows my alert, it should say 'new title here', but it still has what the payload sent. The payload looks like this. Any ideas what I've done wrong?{ aps: { alert: { body: The body, title: The title }, category: drawing-category, mutable-content: 1 } }
Replies
2
Boosts
0
Views
2k
Activity
Aug ’17
Reply to Having trouble picking the iOS Simulator I want to use
Not sure if this is a solution or a workaround, but in the manage run destinations dialogue I clicked the + button to add a new destination. Picked iPhone 14 Pro Max running iOS 16.4 and added it (even though there was already one there in the list). That (2nd??) new one shows up in the run destination dialogue. ¯_(ツ)_/¯
Replies
Boosts
Views
Activity
Nov ’23
Scrollbars not showing consistently.
I created a pop up div, that has a scrollable area in it. When I open the pop-up sometimes the scroll bar shows when scrolling, and other times, the scroll bar doesnt show once ive oponed a closed it.When the scroll bar isnt showing, the area is still scrollable, just you cant see the scroll bar.Ive used all types of different overflow options, but nothing seems to help.The reason why I cant force the scroll bar is because sometimes the content area with the words doesnt need a scroll bar because its not needed and in other places the pop-up has more content thus needs a scrollable area.
Replies
0
Boosts
0
Views
1.1k
Activity
Feb ’16
SiriTipView showing ${APPLICATIONNAME} instead of my app's name.
Version 14.0 beta 4 (14A5284g) This is all referring to the simulator. When I run the Shortcuts app my phrase is properly shown for my app and the app's name is correctly populated. However, when I try to add a SiriTipView the same phrase shows the application name as ${APPLICATIONNAME}. I changed the first letter of the phrase and verified the change showed up in the Shortcuts app and my app tip. I'm not sure if I'm doing something wrong or should file feedback instead.
Replies
3
Boosts
0
Views
2.1k
Activity
Aug ’22
Xcode is not showing output on the console window for C++ program
I am trying to run a C++ program through Xcode but Xcode is not showing anything on the screen but the same program runs on a online compiler. Please help me !
Replies
1
Boosts
0
Views
3.8k
Activity
Mar ’17
Uploaded builds not showing?
macOS app builds that I have uploaded today (UTC afternoon time) through Xcode are not showing. If I try to upload the same build using Transporter, it complains that it already exists. So, I know the build is there. It's just that the builds are not showing in App Store Connect for this app. There have been some problems earlier today but according to the status page they are apparently resolved.
Replies
0
Boosts
0
Views
162
Activity
Jun ’25
MKMapView Legal label shows as <unlocalized>
I've added an MKMapView as a subview on one of my viewcontrollers. My app supports 6 languages. The map works alright in terms of showing directions. But the Legal text on the map (bottom left) shows as <unlocalized> instead of having a text saying Legal in whatever language is selected (or even English).How do I fix this? Thanks.
Replies
3
Boosts
0
Views
877
Activity
Jul ’19