IOS: Difference between revisions
 (Created page with "== iOS mobile app development in mid-2022 ==  === Set up a virtual macOS development environment === You can follow [https://www.nicksherlock.com/2020/06/installing-macos-big-...")  | 
				No edit summary  | 
				||
| Line 5: | Line 5: | ||
* Note that [https://www.nicksherlock.com/2021/10/installing-macos-12-monterey-on-proxmox-7/ thenickdude's Monterey install] wasn't working on July 3 2022, as it was pulling the wrong image from Apple.  I used Big Sur and once running, immediately upgraded it to Monterey, which went flawlessly.  | * Note that [https://www.nicksherlock.com/2021/10/installing-macos-12-monterey-on-proxmox-7/ thenickdude's Monterey install] wasn't working on July 3 2022, as it was pulling the wrong image from Apple.  I used Big Sur and once running, immediately upgraded it to Monterey, which went flawlessly.  | ||
* Set up a [OpenCore https://github.com/thenickdude/KVM-Opencore] VM with an [https://checkcoverage.apple.com/ unclaimed] [https://github.com/  | * Set up a [OpenCore https://github.com/thenickdude/KVM-Opencore] VM with an [https://checkcoverage.apple.com/ unclaimed] [https://github.com/corpnewt/GenSMBIOS serial] using SMBIOS iMacPro1,1 to match up well enough with my AMD Ryzen 9 9  | ||
=== Expand macOS VM drive ===  | === Expand macOS VM drive ===  | ||
In case needed in the future, thenickdude has [https://www.nicksherlock.com/2021/12/expanding-the-disk-of-your-proxmox-macos-vm/ notes].  | In case needed in the future, thenickdude has [https://www.nicksherlock.com/2021/12/expanding-the-disk-of-your-proxmox-macos-vm/ notes].  | ||
Revision as of 18:43, 3 July 2022
iOS mobile app development in mid-2022
Set up a virtual macOS development environment
You can follow thenickdude's awesome guide with these secret sauce bits to get going. I'll add some notes since those might disappear...
- Note that thenickdude's Monterey install wasn't working on July 3 2022, as it was pulling the wrong image from Apple. I used Big Sur and once running, immediately upgraded it to Monterey, which went flawlessly.
 - Set up a [OpenCore https://github.com/thenickdude/KVM-Opencore] VM with an unclaimed serial using SMBIOS iMacPro1,1 to match up well enough with my AMD Ryzen 9 9
 
Expand macOS VM drive
In case needed in the future, thenickdude has notes.