Search results for

“show when run”

115,124 results found

Post

Replies

Boosts

Views

Activity

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
CoreML model only runs on CPU
Hey guys, I converted a T5-base (encoder/decoder) model to a CoreML model using https://github.com/huggingface/exporters (which are using coremltools under the hood). When creating a performance report for the decoder model within XCode it shows that all compute units are mapped to the CPU. This is also the experience I have when profiling the model (GPU and ANE are not used). I was under the impression that CoreML would divide up the layers and run those that can run on the GPU / ANE, but maybe I misunderstood. Is there anything I can do to get this to not run on the CPU exclusively?
0
0
1.7k
May ’23
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
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
Reply to Error in installing enterprise build from XCode15 beta to iOS 17 beta OS device
I am having the same problem, but none of those suggestions have worked for me. I am able to install my packages on my iPad, running 16.6.1, but not on my iPhone X, running 17.1.2. Every time I get invalid ipa. An interesting other symptom is that when the device pairs with Xcode, all of the installed applications show up, but none of their icons show up. I can delete applications from Xcode, but cannot install any, even if I delete the old version first. I have tried everything listed above, several times, nothing helps. Getting ready to throw the iPhone through the window.
Dec ’23
show poly line direction
Hi everyone,I have a little problem with my mapkit app.I´m trying to show the route between 2 points with it respective coords, and it never show the polyline routeMy code when I press show direction button://In the viewDidLoad //... let lat:CLLocationDegrees = Double(latitud)! let long:CLLocationDegrees = Double(longitud)! coordenadasEstacion = CLLocationCoordinate2D(latitude: lat, longitude: long) @IBAction func dibujarRuta(_ sender: Any) { let ruta = MKDirectionsRequest() ruta.source = MKMapItem(placemark: MKPlacemark(coordinate: mapa.userLocation.coordinate)) ruta.destination = MKMapItem(placemark: MKPlacemark(coordinate: coordenadasEstacion)) ruta.requestsAlternateRoutes = false ruta.transportType = .any print (ruta destino : , ruta.destination as Any) print (ruta origen : , ruta.source as Any) let direcciones = MKDirections(request: ruta) direcciones.calculate(completionHandler: { response, error in guard let response = response else { if error != nil{print (algo ha ido mal)
0
0
2.6k
Oct ’17
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
Dynamic Notifications not showing
I have updated to watchOS 2 and my dynamic notifications will not show, only the static version. Is this a known bug or am I doing something wrong? Everything works fine in the simulator.
Replies
0
Boosts
0
Views
249
Activity
Jun ’15
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
CoreML model only runs on CPU
Hey guys, I converted a T5-base (encoder/decoder) model to a CoreML model using https://github.com/huggingface/exporters (which are using coremltools under the hood). When creating a performance report for the decoder model within XCode it shows that all compute units are mapped to the CPU. This is also the experience I have when profiling the model (GPU and ANE are not used). I was under the impression that CoreML would divide up the layers and run those that can run on the GPU / ANE, but maybe I misunderstood. Is there anything I can do to get this to not run on the CPU exclusively?
Replies
0
Boosts
0
Views
1.7k
Activity
May ’23
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
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
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
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
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
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
Reply to Error in installing enterprise build from XCode15 beta to iOS 17 beta OS device
I am having the same problem, but none of those suggestions have worked for me. I am able to install my packages on my iPad, running 16.6.1, but not on my iPhone X, running 17.1.2. Every time I get invalid ipa. An interesting other symptom is that when the device pairs with Xcode, all of the installed applications show up, but none of their icons show up. I can delete applications from Xcode, but cannot install any, even if I delete the old version first. I have tried everything listed above, several times, nothing helps. Getting ready to throw the iPhone through the window.
Replies
Boosts
Views
Activity
Dec ’23
Reply to Cannot create promo codes
running into the same issue. I opened a ticket. My recommendation is to open a ticket as well to show the urgency of this issueEDIT: As of 4pm Central time, I can generate promo codes
Replies
Boosts
Views
Activity
Apr ’18
Reply to SafeArea breaks after device orientation change
Is it on device or on simulator ? Which versions of Xcode (13 or 13.1 or 13.2), iOS ? Could you show the code you use to get the size ? Where do you run it ? In viewDidLoad ? Or elsewhere ?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Nov ’21
show poly line direction
Hi everyone,I have a little problem with my mapkit app.I´m trying to show the route between 2 points with it respective coords, and it never show the polyline routeMy code when I press show direction button://In the viewDidLoad //... let lat:CLLocationDegrees = Double(latitud)! let long:CLLocationDegrees = Double(longitud)! coordenadasEstacion = CLLocationCoordinate2D(latitude: lat, longitude: long) @IBAction func dibujarRuta(_ sender: Any) { let ruta = MKDirectionsRequest() ruta.source = MKMapItem(placemark: MKPlacemark(coordinate: mapa.userLocation.coordinate)) ruta.destination = MKMapItem(placemark: MKPlacemark(coordinate: coordenadasEstacion)) ruta.requestsAlternateRoutes = false ruta.transportType = .any print (ruta destino : , ruta.destination as Any) print (ruta origen : , ruta.source as Any) let direcciones = MKDirections(request: ruta) direcciones.calculate(completionHandler: { response, error in guard let response = response else { if error != nil{print (algo ha ido mal)
Replies
0
Boosts
0
Views
2.6k
Activity
Oct ’17