Search results for

“show when run”

115,124 results found

Post

Replies

Boosts

Views

Activity

Reply to MTKView Drawable Issue
Yeah me too. Running the Apple Metal BasicTexturing sample on an iPad Air 3rd Gen I see the `drawableSizeWillChange` method being called with the correct view size of 1668x2224 and then shortly afterwards with a size of 2965x1251.Glad it's not just me.EDIT: Reported error via Feedback Assistant.P.S. On a related note, any Metal developers here know why the same sample running on macOS 10.15 beta 7 shows the geometry to be broken (second image from GPU Frame Capture showing geometry)?
Topic: App & System Services SubTopic: Core OS Tags:
Sep ’19
Reply to Run on iOS 17 with Xcode 13.2.1
The following article shows ways to get around your issue. https://www.swiftdevjournal.com/dealing-with-failed-to-prepare-device-for-development-error-message-in-xcode/ If the workarounds in that article don't work, you will need to find a device running an older version of iOS to run your project on your Mac.
Mar ’24
MapKit JS not showing annotation title in WKWebview
I have an Ionic App which makes my map run in all browsers. It runs in Safari, Chrome, Android Native (Web View for Android), and iOS Native (WKWebview). However, in iOS and and Android Native (Not running Safari/Chrome to go to a website) the titles for annotations aren't shown below the MarkerAnnotation. They are shown for everything else. Any idea why?Safari vs. WKWebView (I'm not sure why the images aren't showing)
2
0
1.5k
Feb ’19
Swift Playground's LiveView never runs
I'm using Xcode 13.2.1 on a MacBookAir (13-inch, 2017) running MacOS 11.4 BigSur. I'm working on the playgrounds that come along with the Develop in Swift Program but when I'm going through the exercises nothing shows on the LiveView bar on the right. In the activity bar it's stuck saying Running playground name with the blue wheel spinning endlessly. Anyone else having the same problem? Any suggestions?
3
0
1.1k
Jan ’22
App Store don't show me my app
So my app name is The coolest gameIf I search The coolest game in App Store it doesn't show me it, but shows me a lot of other popular games like Minecraft, WOT blitz , etc.If I search The coolest game- or add some any letter in the end , it shows me my game. Is anybody know what is the reason and how to resolve this problem?
4
0
832
May ’19
Not showing BSSID or Country Code with airport -s command
Hello! I am trying to run the airport -s command to get a list of all the wifi networks around me for something I'm working on. However, the BSSID's and Country Codes (CC) are both not showing in the output. I also tried the airport -I command, and that doesn't show it either. Running M1 Macbook Pro 13 inch, MacOS 12.0.1. I tried this on another MacBook (2014 11 inch air) running Big Sur, and it worked perfectly there. Is this something with Monterey, or is it something else? Thanks
3
0
4.0k
Nov ’21
Toast (UIWindow) not showing in SwiftUI
With .fullScreenCover I'm presenting a View (UIViewControllerRepresentable) which prompts toast message as a UIWindow but the toast message doesn't show up. If I call the same UIViewController from the UIKit app it shows the toast. Is possible to show new UIWindow from the UIViewController modally presented from SwiftUI?
0
0
885
Feb ’23
Running multiple scripts
HiI am new to this so my apologies if the question sounds stupid.I am trying to run an applescript (script A) that calls another script (B) and continues immediately without waiting for the script B to complete.The idea is for A to call B and then during idle to check whether B is still running from time to time.Below is the code of script A. Problem is that the------------------------Script Aon run display dialog open giving up after 3 if application pieter is not running then tell application macintosh HD:Users:pieterboshoff:Downloads:scripts:pieter.app to activate return end if display dialog activated giving up after 3 -- add a longish delay to allow the application to start delay 6 display dialog end run giving up after 3end runon idle if application pieter is not running then display dialog Not running buttons {Run, Quit} if button returned of result = Run then tell application macintosh HD:Users:pieterboshoff:Downloads:scr
1
0
436
Apr ’18
opengl showing blank window
I had a working version of opengl code that works correctly on macOS 10.13.6 but has stopped working 10.14. The code simply shows me a blank screen. Is it because the opengl api have started to be marked deprecated.
Replies
1
Boosts
0
Views
1k
Activity
Sep ’18
Reply to MTKView Drawable Issue
Yeah me too. Running the Apple Metal BasicTexturing sample on an iPad Air 3rd Gen I see the `drawableSizeWillChange` method being called with the correct view size of 1668x2224 and then shortly afterwards with a size of 2965x1251.Glad it's not just me.EDIT: Reported error via Feedback Assistant.P.S. On a related note, any Metal developers here know why the same sample running on macOS 10.15 beta 7 shows the geometry to be broken (second image from GPU Frame Capture showing geometry)?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’19
Email not showing attachment
Anyone else having a problem with attachments in email? , it will show up just for a second and then a small box and you can't open it. If I put the yahoo app on the phone , I can pull it in. This in with the latest iOS beta and a iPhone 6s Plus. Thanks
Replies
0
Boosts
0
Views
350
Activity
Oct ’16
How to change APIs in an app to run from a different server
Hello, the .ipa file is installed on a iPad. But the app does not run. It shows only the home page and will not do anything when userid and password credentials are entered. Yet, on the Xcode simulator, the app seems to run file. Please help
Replies
0
Boosts
0
Views
330
Activity
Mar ’22
App Store Connect showing Zero Sales/ Downloads
When I log in to App Store Connect it shows zero sales and zero downloads. We have several popular apps and it is highly unlikely that we had no downloads or sales for 2 days running. Anyone else experiencing this? Is it a known problem?
Replies
21
Boosts
0
Views
19k
Activity
Nov ’18
Reply to Run on iOS 17 with Xcode 13.2.1
The following article shows ways to get around your issue. https://www.swiftdevjournal.com/dealing-with-failed-to-prepare-device-for-development-error-message-in-xcode/ If the workarounds in that article don't work, you will need to find a device running an older version of iOS to run your project on your Mac.
Replies
Boosts
Views
Activity
Mar ’24
MapKit JS not showing annotation title in WKWebview
I have an Ionic App which makes my map run in all browsers. It runs in Safari, Chrome, Android Native (Web View for Android), and iOS Native (WKWebview). However, in iOS and and Android Native (Not running Safari/Chrome to go to a website) the titles for annotations aren't shown below the MarkerAnnotation. They are shown for everything else. Any idea why?Safari vs. WKWebView (I'm not sure why the images aren't showing)
Replies
2
Boosts
0
Views
1.5k
Activity
Feb ’19
Swift Playground's LiveView never runs
I'm using Xcode 13.2.1 on a MacBookAir (13-inch, 2017) running MacOS 11.4 BigSur. I'm working on the playgrounds that come along with the Develop in Swift Program but when I'm going through the exercises nothing shows on the LiveView bar on the right. In the activity bar it's stuck saying Running playground name with the blue wheel spinning endlessly. Anyone else having the same problem? Any suggestions?
Replies
3
Boosts
0
Views
1.1k
Activity
Jan ’22
App Store don't show me my app
So my app name is The coolest gameIf I search The coolest game in App Store it doesn't show me it, but shows me a lot of other popular games like Minecraft, WOT blitz , etc.If I search The coolest game- or add some any letter in the end , it shows me my game. Is anybody know what is the reason and how to resolve this problem?
Replies
4
Boosts
0
Views
832
Activity
May ’19
Not showing after update.
I Just updated to iOS 11 beta 3, when i go under settings–>general–> software update, its still shows as being updated to iOS 11. Shouldn’t it say iOS 11 beta 3?
Replies
0
Boosts
0
Views
196
Activity
Jul ’17
Xcode Bot how to run "simctl" for devices that run tests?
I want to automatically grant the privacy for reminders for all devices that run tests with Xcode bot. However, I have not found another way then doing it via grep in a pre-trigger action: xcrun simctl list | awk -F [()] '{ for (i=2; i
Replies
0
Boosts
0
Views
1.3k
Activity
Aug ’20
Not showing BSSID or Country Code with airport -s command
Hello! I am trying to run the airport -s command to get a list of all the wifi networks around me for something I'm working on. However, the BSSID's and Country Codes (CC) are both not showing in the output. I also tried the airport -I command, and that doesn't show it either. Running M1 Macbook Pro 13 inch, MacOS 12.0.1. I tried this on another MacBook (2014 11 inch air) running Big Sur, and it worked perfectly there. Is this something with Monterey, or is it something else? Thanks
Replies
3
Boosts
0
Views
4.0k
Activity
Nov ’21
iBooks show double entries
Books on macOS Mojave displays every book I have twice. On iOS 12 (Beta), it shows just a single entry. Does somebody else encouter this problem? I am on the latest Beta (Beta 7). On iOS as well.
Replies
0
Boosts
0
Views
308
Activity
Aug ’18
Toast (UIWindow) not showing in SwiftUI
With .fullScreenCover I'm presenting a View (UIViewControllerRepresentable) which prompts toast message as a UIWindow but the toast message doesn't show up. If I call the same UIViewController from the UIKit app it shows the toast. Is possible to show new UIWindow from the UIViewController modally presented from SwiftUI?
Replies
0
Boosts
0
Views
885
Activity
Feb ’23
Running multiple scripts
HiI am new to this so my apologies if the question sounds stupid.I am trying to run an applescript (script A) that calls another script (B) and continues immediately without waiting for the script B to complete.The idea is for A to call B and then during idle to check whether B is still running from time to time.Below is the code of script A. Problem is that the------------------------Script Aon run display dialog open giving up after 3 if application pieter is not running then tell application macintosh HD:Users:pieterboshoff:Downloads:scripts:pieter.app to activate return end if display dialog activated giving up after 3 -- add a longish delay to allow the application to start delay 6 display dialog end run giving up after 3end runon idle if application pieter is not running then display dialog Not running buttons {Run, Quit} if button returned of result = Run then tell application macintosh HD:Users:pieterboshoff:Downloads:scr
Replies
1
Boosts
0
Views
436
Activity
Apr ’18