Post

Replies

Boosts

Views

Activity

Reply to How to run macOSVirtualMachineSampleApp?
Overview This sample code project demonstrates how to install and run macOS virtual machines on Apple Silicon using the Virtualization framework. There are two separate applications included in the Xcode project: InstallationTool, a command line tool that installs macOS onto a virtual machine from a restore image. You can use the installation tool to download the restore image of the most current macOS release from the network, or, if you already have previously saved a restore image, directly install macOS with your own restore image. The installation tool creates a VM Bundle in your home directory and stores the resulting virtual machine images there. macOSVirtualMachineSampleApp, a macOS app that launches and controls the macOS virtual guest that loads and runs macOS from the VM Bundle. You run the installation tool from inside Xcode or the command line to install the macOS image. After it successfully installs the image, you run the macOSVirtualMachineSampleApp to run the macOS guest operating system. The macOSVirtualMachineSampleApp starts the virtual machine and configures a graphical view that you interact with. The virtual Mac continues running until you shut it down from inside the guest OS, or you quit the macOSVirtualMachineSampleApp.
Apr ’22
Reply to Can I search for an existing instance of a particular class in Swift in runtime?
https://developer.apple.com/documentation/foundation/1395135-nsclassfromstring
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to How can I change the points of an MKRoute?
You can't. The data (route) population process is a private creation process with the Apple servers as the sole source of truth.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to Is there a way to (programmatically) find active system/network extensions?
Only within your apps sandbox.
Topic: App & System Services SubTopic: Drivers Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to How to run macOSVirtualMachineSampleApp?
Overview This sample code project demonstrates how to install and run macOS virtual machines on Apple Silicon using the Virtualization framework. There are two separate applications included in the Xcode project: InstallationTool, a command line tool that installs macOS onto a virtual machine from a restore image. You can use the installation tool to download the restore image of the most current macOS release from the network, or, if you already have previously saved a restore image, directly install macOS with your own restore image. The installation tool creates a VM Bundle in your home directory and stores the resulting virtual machine images there. macOSVirtualMachineSampleApp, a macOS app that launches and controls the macOS virtual guest that loads and runs macOS from the VM Bundle. You run the installation tool from inside Xcode or the command line to install the macOS image. After it successfully installs the image, you run the macOSVirtualMachineSampleApp to run the macOS guest operating system. The macOSVirtualMachineSampleApp starts the virtual machine and configures a graphical view that you interact with. The virtual Mac continues running until you shut it down from inside the guest OS, or you quit the macOSVirtualMachineSampleApp.
Replies
Boosts
Views
Activity
Apr ’22
Reply to SwiftUI : List or Lazy Stack running out of memory
For the list and lazy v stack views debug the view hierarchy and see what underlying UIKit controls are being used.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to Silent notification appears on home screen when app not open
Watch the following video: https://developer.apple.com/videos/play/wwdc2020/10095/ Alert Push Notifications Implementing Background Push Notifications This one doesn't use UNUserNotificationCenter and could be your issue if used.
Replies
Boosts
Views
Activity
Apr ’22
Reply to WKInterfaceController page layout init and awake are not called until user swipes pages
The most recent documentation updates suggest moving to and using SwiftUI for any watch development, that is something to consider given there is much more flexibility.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to PHP on Mac OS Monterey, M1 Macbook Pro
Go to the PHP developer site and look there.
Replies
Boosts
Views
Activity
Apr ’22
Reply to TaskGroup Crash
Just means something meant to only work on the main thread was being called on the background since it no longer crashes after bringing the task group back onto the main thread.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to My App gets rejected Guideline 1.4.1 - Safety - Physical Harm
Information from the internet on medical information is not a reliable source when it comes to the FDA, Health Canada and other respective health regulatory bodies. Citations from a reputable scholarly sources is what you're being asked to provide unless you're medical doctor yourself license to provide medical advice.
Replies
Boosts
Views
Activity
Apr ’22
Reply to Biometric Authentication
The API works as expected. If It is not setup by the user then there is nothing to evaluate.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to Monteray 12.2.1 - Consistently Dropping Network Connection
Upgrade to 12.3.1
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to Problems Notifications Firebase
Apple will never suggest the use of firebase for push notifications. Firebase is a google product and as such you will better luck over at Google ask this question to the google developers.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to Cookie not loading in WKWebView
Sandbox.
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to I can't use the word "*****", but adverts for prostitutes are OK?
Encode the word skrew as hex and decode it at run time.
Replies
Boosts
Views
Activity
Apr ’22