Posts

Post not yet marked as solved
1 Replies
263 Views
For some reason when I try to archive an app, which is using saveMachineStateTo function, it fails with this error: Value of type 'VZVirtualMachine' has no member 'saveMachineStateTo' It works fine when running as debug from Xcode. Also fails if I change run destination to release. I have project set to macOS 14. What can cause this?
Posted
by DDudycz.
Last updated
.
Post not yet marked as solved
4 Replies
421 Views
Im using VZVirtualMahcine with Linux guest system. Every once in a while, for no apparent reason, VM just freezes completely (screen just freezes at current state), and CPU usage of the process on host is using 100%. I need to force quit the app then. This happens even if guest os is just running doing nothing. Anyone else experienced this kind of behavior? It was like that on Ventura, and now also on Sonoma. Xcode 14 and 15.
Posted
by DDudycz.
Last updated
.
Post not yet marked as solved
1 Replies
485 Views
I installed Gentoo in virtual machine using Apple Virtualization framework. In linux then I installed avahi, configured the network in Bridge mode. Now I want to connect from this virtual machine to other computer in local network. I can see other computers on the local network, and connect with them using local IP address. But for some reason these are not detected using .local domain. I run avahi-browse -at|grep PS3 and it detected 4 entries for this computer: IPV4 _ssh._tcp local IPV6 _ssh._tcp local IPV4 _sftp-ssh._tcp local IPV6 _sftp-ssh._tcp local Also avahi-resolve -n PS3.local correctly detects IPv6 address of this machine. So why cannot I connect with the computer using PS3.local name?
Posted
by DDudycz.
Last updated
.
Post not yet marked as solved
1 Replies
1.7k Views
I have created an universal framework for iOS, which contains some public UIView subclasses (all in swift). Lets call it MyFramework and the view MyView. Now when I import it to new project and I would like to use it from storybaord I need to set view class to MyView and set module to MyFramework. The issue is with setting the module. Xcode is not filling the list of avaliable modules, and I need to write MyFramework by myself. I would like to distribute a framework in such form, and this behavior would make it much eaisier to implement for others. Is there anything I can to for this to work?
Posted
by DDudycz.
Last updated
.