Search results for

“show when run”

115,116 results found

Post

Replies

Boosts

Views

Activity

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
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
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
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
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
Reply to Help please
Hey BabyJ thanks for posting your tip. I couldn't get my Swift Playgrounds using SwiftUI that ran fine in v3.3 to run in v3.4. I'd just get vague errors. To get my SwiftUI Playgrounds to run in Swift Playgrounds v3.4 On macOS: Disable results On iPadOS: Click the speedometer and uncheck enable results PlaygroundPage.current.wantsFullScreenLiveView = true wouldn't show full screen until I toggled show console I'll submit a report via feedback assistant
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Dec ’20
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
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
Xcode showing version 6.3.2 after installing 6.4
After installing Xcode 6.4 the Version on Xcode About is showing 6.3.2I am unable to debug and test on iPad running iOS8.4 with 6.3.2
Replies
7
Boosts
0
Views
506
Activity
Jul ’15
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
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
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
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
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
Reply to Help please
Hey BabyJ thanks for posting your tip. I couldn't get my Swift Playgrounds using SwiftUI that ran fine in v3.3 to run in v3.4. I'd just get vague errors. To get my SwiftUI Playgrounds to run in Swift Playgrounds v3.4 On macOS: Disable results On iPadOS: Click the speedometer and uncheck enable results PlaygroundPage.current.wantsFullScreenLiveView = true wouldn't show full screen until I toggled show console I'll submit a report via feedback assistant
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’20
Reply to Xcode 11 Beta: where is the Host View Controller?
The answer is Yes, you must run Xcode on Catalina to use the Host View Controller. It will not show in the list of Objects on any previous macOSs.
Replies
Boosts
Views
Activity
Jun ’19
Reply to Xcode 10 iphone 6s Plus screen resolution wrong?
Hi,I have the same issue here... Running app on the Iphone 6s plus shows wrong layout then in Xcode simulator.Have you maybe resolved the issue ?
Replies
Boosts
Views
Activity
Nov ’18
Reply to iOS: Unable to see the option of App Icon in the Product Page Optimization page in the app store connect
Came here to say this. I was able to run the icons in a/b tests up until a few weeks ago when it suddenty stopped showing the icons when creating a test.
Replies
Boosts
Views
Activity
Jan ’24
Show library calls in Instruments
Is there any way to show in detail pane calls form some library and hide calls form other libraries?
Replies
0
Boosts
0
Views
331
Activity
Feb ’17
Lock Screen showing apps.
Does Apple now allow us to have our apps show on the lock screen and have access to them?Stright forward..ThanksJZ
Replies
3
Boosts
0
Views
864
Activity
Apr ’18