How to build UTM locally to enable increased memory? #4425
Unanswered
YazeedAlKhalaf
asked this question in
UTM Help (iOS)
Replies: 1 comment 4 replies
-
First make sure you’re using Xcode 14 and next make sure you’ve downloaded the sysroot from the latest release. Then you can use build_utm.sh or Xcode by following the documentation for iOS building in the documentation folder. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried building the app but I am facing this issue before the build starts, I get an error stating that Hypervisor is not available when building for iOS.
I couldn't figure it out and it is not mentioned in any documentation.
I tried making the entitlement that enables it anywhere false but the same issue.
I have a paid developer account so that is not the problem.
I want to build it for an iPad Pro wih 8gb ram.
Image for issue:
I am not so familiar with iOS development so I am not sure how to remove the hypervisor or how it is being built in the ci successfully.
UPADTE 1: tried building using the command line script and it yields the same error.
Beta Was this translation helpful? Give feedback.
All reactions