Search results for

show when run

112,803 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
3.9k
Nov ’21
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
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
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
825
May ’19
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
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
872
Feb ’23