Search results for

“show when run”

117,519 results found

Post

Replies

Boosts

Views

Activity

TextField using numberPad shows incorrectly shows autofill for one time code
If I show a textfield in my app and set nothing else on it but the following, The keyboard will show an autofill suggestion from a password manager for a one time code. textField.keyboardType = .numberPad In this case, the text field is for typing in a count, so iOS suggesting to autofill a one time code is incorrect. Setting textField.textContentType to nil has no affect on the behaviour. Prerequisites to reproduce an app with an associated domain an entry in a password manager with a one time code for the domain a textfield with keyboardType set to numberPad
Topic: UI Frameworks SubTopic: UIKit Tags:
2
0
703
Jan ’25
Reply to SiriTipUIView is missing the application name for an app shortcut
For my App, CFBundleDisplayName is in Info.plist but SiriTipView (the SwiftUI equivalent) will not show the App name, and as others have mentioned, the App name is also missing when using ShortcutsLink. Both of these are annoying bugs i hope will be addressed in 16.1. Note: When running 16.1 Beta 4 on a real device, SiriTipView does show the App name like it's supposed to, but alas the ShortcutsLink still shows shortcuts.
Topic: App & System Services SubTopic: General Tags:
Oct ’22
Scene not showing full screen on iPhone
I have a sample app and the screen does not show full screen on iPhone but it does on iPad. Running Swift SpriteKit in Xcode 12.5. Steps to repro: Open Xcode and create new project Choose Game Run the sample game with no changes Hello, World! is displayed but on the iPhone the scene is not extending to the top and bottom of the phone screen. Any help would be amazing! Thanks!
1
0
4.5k
Jun ’21
How do I show the Activity Indicator in CarPlay?
According to Apple's Documentation one should show an Activity Indicator to indicate something is loading or taking time to show on screen. This is reasonable, and I'd love to do just that... I feel like I'm missing something obvious, but I cannot figure out how to show an activity indicator in a template of a CarPlay app as I don't have access to the view. I can only interact with the templates available. If I were trying to match the image from Apple's docs, I'd assume I would need to use the listTemplate and some how add the activity indicator to that. Has anyone else come across this? Any help would be appreciated!
2
0
1.6k
Jun ’21
xcode not showing output
Hi I was using Xcode for c++ (for competitive programming purposes, not sure if this is the standard choice but using it anyway) I included a <bits/stdc++.h> to the include file for XCode.app and they didn't show any error. But then when I ran my code, it showed Build Succeeded although no output was visible.
1
0
849
Sep ’24
Reply to xcode 6.4 won't start
How long did you wait? I have seen some versions of Xcode bounce for 5+ minutes the first time they are run. Does Activity Monitor show processor activity?
Replies
Boosts
Views
Activity
Aug ’15
Reply to Updating a new version of an app
The problem I am having is on Xcode/product/archive it runs successfully but does not display the Xcode/window/organizer page showing the archive that was just created.
Replies
Boosts
Views
Activity
May ’17
Reply to Xcode New File
So I can't create more than 1 program? If there is only one program there it runs perfectly but as soon as i add another another it shows an error.
Replies
Boosts
Views
Activity
Nov ’20
Reply to Metal and Swift Concurrency
For example, the Compositor Services documentation shows an example of spawning a thread to run your renderer. For CAMetalDisplayLink, you must add the display link to a CFRunLoop.
Topic: Graphics & Games SubTopic: Metal Tags:
Replies
Boosts
Views
Activity
Jun ’24
Reply to XCode 14 compile errors immediately disappear or do not appear at all
As Xcode 14.3 does not have running in Rosetta option, unchecking Show live Issues in Xcode setting at least prevents errors from disappearing.
Replies
Boosts
Views
Activity
Apr ’23
Run app
Xcode will run app on simulator but not on device, any suggestions? I use Enterprise Deployment.
Replies
7
Boosts
0
Views
182
Activity
Feb ’16
Reply to Can previews be paused in Xcode 14?
You might try to hide the preview pane: Editor > Show Editor Only (And use Editor > Canvas when you want the Preview pane to come back.) I don't know if this will stop the preview updating, or if it will continue running and just not show it. But it is something quick you can test.
Replies
Boosts
Views
Activity
Feb ’23
No critical alert prompt is showing up
No critical alert prompt is showing up when i try to request for authorization in my production app. It is working well when i run it directly from xcode though. I have already set com.apple.developer.usernotifications.critical-alerts to true and have the entitlement for my app. Has anyone encountered the same issue?
Replies
0
Boosts
0
Views
700
Activity
Mar ’21
TextField using numberPad shows incorrectly shows autofill for one time code
If I show a textfield in my app and set nothing else on it but the following, The keyboard will show an autofill suggestion from a password manager for a one time code. textField.keyboardType = .numberPad In this case, the text field is for typing in a count, so iOS suggesting to autofill a one time code is incorrect. Setting textField.textContentType to nil has no affect on the behaviour. Prerequisites to reproduce an app with an associated domain an entry in a password manager with a one time code for the domain a textfield with keyboardType set to numberPad
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
2
Boosts
0
Views
703
Activity
Jan ’25
Reply to SiriTipUIView is missing the application name for an app shortcut
For my App, CFBundleDisplayName is in Info.plist but SiriTipView (the SwiftUI equivalent) will not show the App name, and as others have mentioned, the App name is also missing when using ShortcutsLink. Both of these are annoying bugs i hope will be addressed in 16.1. Note: When running 16.1 Beta 4 on a real device, SiriTipView does show the App name like it's supposed to, but alas the ShortcutsLink still shows shortcuts.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’22
Reply to Mail app and safari not working on 10.11.6 Beta (15G7b) update
I have the exact same issues as described. Mail doesn't show content.... Safari won't open a window at all....My App Store is blank after I do any of the first two things, but if I restart the iMac, it will then run the App Store....No OSX update showing though....
Replies
Boosts
Views
Activity
Jun ’16
Scene not showing full screen on iPhone
I have a sample app and the screen does not show full screen on iPhone but it does on iPad. Running Swift SpriteKit in Xcode 12.5. Steps to repro: Open Xcode and create new project Choose Game Run the sample game with no changes Hello, World! is displayed but on the iPhone the scene is not extending to the top and bottom of the phone screen. Any help would be amazing! Thanks!
Replies
1
Boosts
0
Views
4.5k
Activity
Jun ’21
build not showing up
Hi I am trying to use testflight to test my app and I uploaded a build successfully but when I click on the builds tab for internal users I do not see a build at all it is blank, but I do show one under my activity tab. Does anyone know how to make the build show up?
Replies
0
Boosts
0
Views
875
Activity
Mar ’18
How do I show the Activity Indicator in CarPlay?
According to Apple's Documentation one should show an Activity Indicator to indicate something is loading or taking time to show on screen. This is reasonable, and I'd love to do just that... I feel like I'm missing something obvious, but I cannot figure out how to show an activity indicator in a template of a CarPlay app as I don't have access to the view. I can only interact with the templates available. If I were trying to match the image from Apple's docs, I'd assume I would need to use the listTemplate and some how add the activity indicator to that. Has anyone else come across this? Any help would be appreciated!
Replies
2
Boosts
0
Views
1.6k
Activity
Jun ’21
xcode not showing output
Hi I was using Xcode for c++ (for competitive programming purposes, not sure if this is the standard choice but using it anyway) I included a <bits/stdc++.h> to the include file for XCode.app and they didn't show any error. But then when I ran my code, it showed Build Succeeded although no output was visible.
Replies
1
Boosts
0
Views
849
Activity
Sep ’24