yep
yep
Yes, you are absolutely right. However, this is a fun project I'm running in my free time and therefore things are moving slow. That said, there is some progress. Having...
Thank you for your feedback. Yes, using metamask to allow for posting tweets makes a lot of sense to me, as suggested by @kumavis. There was the mention of a...
Added the following to section `Post a new Tweet`: ``` If you want to post another tweet at a later time, do the following: - Define a variable for your...
For testing, I just installed a macOS 12.4 virtual machine on a macOS 12.4 host and did not see the above error. The error message originates [here](https://github.com/yep/virtualOS/blob/v1.0/virtualOS/Model/VirtualMac.swift#L287). It happens when...
Hello everybody, Could you please try if install succeeds using UTM? https://github.com/utmapp/UTM Another user [reported](https://github.com/yep/virtualOS/issues/10#issuecomment-1159407150) a similar (or the same) error is reproducible using UTM. I have temporarily seen a...
Everything happening inside the virtual machine is somewhat out of the scope of this project, as it uses Apple's [Virtualization Framework](https://developer.apple.com/documentation/virtualization/virtualize_macos_on_a_mac) at the core. I propose you create an account...
VM storage location changed from - `~/Library/Containers/com.github.yep.ios.virtualOS/Data/virtualOS.bundle` in version 1.0 to - `~/Library/Containers/com.github.yep.ios.virtualOS/Data/Documents/virtualOS.bundle` in version 1.1 as the `Documents` directory contains less unrelated files (~ is the path to you...
In the beta build of version 1.1, the logging that was previously only available when running in debug mode using Xcode, is written to the system log. That means you...
Could you please try if install succeeds using UTM? https://github.com/utmapp/UTM
Thank you for testing with UTM. This appears to be the same error. That means the error is reproducible in two independent implementations using the [virtualization framework](https://developer.apple.com/documentation/virtualization). I have temporarily...