[edk2-devel] [tianocore.github.io.wiki PATCH 1/1] Xcode.md: Update instructions to work on modern macOS and Xcode versions

2021-05-09 Thread Rebecca Cran
The existing instructions no longer work on macOS Big Sur and Xcode 12.5. Update them to include for example using lldb instead of gdb, installing XQuartz, and using modern names such as macOS instead of Mac OS X. Signed-off-by: Rebecca Cran --- Xcode.md | 142 +++- 1 file change

Re: [edk2-devel] [tianocore.github.io.wiki PATCH 1/1] Xcode.md: Update instructions to work on modern macOS and Xcode versions

2021-05-10 Thread Rebecca Cran
I forgot to say, this fixes https://bugzilla.tianocore.org/show_bug.cgi?id=3116 . -- Rebecca Cran On 5/9/21 1:18 PM, Rebecca Cran wrote: The existing instructions no longer work on macOS Big Sur and Xcode 12.5. Update them to include for example using lldb instead of gdb, installing XQuartz, a

Re: [edk2-devel] [tianocore.github.io.wiki PATCH 1/1] Xcode.md: Update instructions to work on modern macOS and Xcode versions

2021-05-17 Thread Rebecca Cran
Andrew, could you review this please? Thanks. Rebecca Cran On 5/9/21 1:18 PM, Rebecca Cran wrote: The existing instructions no longer work on macOS Big Sur and Xcode 12.5. Update them to include for example using lldb instead of gdb, installing XQuartz, and using modern names such as macOS inst

Re: [edk2-devel] [tianocore.github.io.wiki PATCH 1/1] Xcode.md: Update instructions to work on modern macOS and Xcode versions

2021-05-21 Thread Rebecca Cran
Could someone review this please? I submitted it almost 2 weeks ago. -- Rebecca Cran On 5/9/21 1:18 PM, Rebecca Cran wrote: The existing instructions no longer work on macOS Big Sur and Xcode 12.5. Update them to include for example using lldb instead of gdb, installing XQuartz, and using mod

Re: [edk2-devel] [tianocore.github.io.wiki PATCH 1/1] Xcode.md: Update instructions to work on modern macOS and Xcode versions

2021-05-23 Thread Laszlo Ersek
On 05/21/21 20:28, Rebecca Cran wrote: > Could someone review this please? I submitted it almost 2 weeks ago. I've been aware of it, but I've not once launched (or even seen) Xcode, so I can't verify the patch. One thing by which you could help Andrew review the patch is: pushing the patched wiki

Re: [edk2-devel] [tianocore.github.io.wiki PATCH 1/1] Xcode.md: Update instructions to work on modern macOS and Xcode versions

2021-05-23 Thread Rebecca Cran
On 5/23/2021 2:51 AM, Laszlo Ersek wrote: On 05/21/21 20:28, Rebecca Cran wrote: Could someone review this please? I submitted it almost 2 weeks ago. I've been aware of it, but I've not once launched (or even seen) Xcode, so I can't verify the patch. One thing by which you could help Andrew r

Re: [edk2-devel] [tianocore.github.io.wiki PATCH 1/1] Xcode.md: Update instructions to work on modern macOS and Xcode versions

2021-05-23 Thread Andrew Fish via groups.io
I’ll take a look . I need to grab a blank system and give it a try. > On May 23, 2021, at 9:12 AM, Rebecca Cran wrote: > > On 5/23/2021 2:51 AM, Laszlo Ersek wrote: > >>> On 05/21/21 20:28, Rebecca Cran wrote: >>> Could someone review this please? I submitted it almost 2 weeks ago. >> I've been

Re: [edk2-devel] [tianocore.github.io.wiki PATCH 1/1] Xcode.md: Update instructions to work on modern macOS and Xcode versions

2021-05-25 Thread Laszlo Ersek
On 05/23/21 18:12, Rebecca Cran wrote: > On 5/23/2021 2:51 AM, Laszlo Ersek wrote: > >> On 05/21/21 20:28, Rebecca Cran wrote: >>> Could someone review this please? I submitted it almost 2 weeks ago. >> I've been aware of it, but I've not once launched (or even seen) Xcode, >> so I can't verify th

Re: [edk2-devel] [tianocore.github.io.wiki PATCH 1/1] Xcode.md: Update instructions to work on modern macOS and Xcode versions

2021-05-25 Thread Rebecca Cran
On 5/25/21 6:21 AM, Laszlo Ersek wrote: The idea is to use the wiki of any one of your projects on github.com -- most fittingly, your edk2 fork's wiki. The URL to clone the "real" wiki repo from is: git://github.com/tianocore/tianocore.github.io.wiki And the repo URL of the wiki of your ed

Re: [edk2-devel] [tianocore.github.io.wiki PATCH 1/1] Xcode.md: Update instructions to work on modern macOS and Xcode versions

2021-06-03 Thread Rebecca Cran
Is there any way I can help? For example I have a Mac Pro I could give you remote access to. -- Rebecca Cran On 5/23/21 3:00 PM, Andrew (EFI) Fish wrote: I’ll take a look . I need to grab a blank system and give it a try. Sent from my iPhone On May 23, 2021, at 9:12 AM, Rebecca Cran wro

Re: [edk2-devel] [tianocore.github.io.wiki PATCH 1/1] Xcode.md: Update instructions to work on modern macOS and Xcode versions

2021-07-20 Thread Andrew Fish via groups.io
These Xcode instructions look good to me in general. Thanks for doing this I usually do things following a non public path. I think to make these instructions work you need to update *_XCODE5_*_MTOC_PATH By default, this will install mtoc at /opt/local/bin/mtoc. https://github.com/tianocore/edk

Re: [edk2-devel] [tianocore.github.io.wiki PATCH 1/1] Xcode.md: Update instructions to work on modern macOS and Xcode versions

2021-07-21 Thread Rebecca Cran
I think most people (including myself) use brew nowadays, which installs to /usr/local/bin so the instructions work. I was wondering if we should remove the MacPorts instructions? -- Rebecca Cran On 7/20/21 11:37 PM, Andrew Fish wrote: These Xcode instructions look good to me in general. Th

Re: [edk2-devel] [tianocore.github.io.wiki PATCH 1/1] Xcode.md: Update instructions to work on modern macOS and Xcode versions

2021-07-21 Thread Andrew Fish via groups.io
> On Jul 21, 2021, at 7:24 AM, Rebecca Cran wrote: > > I think most people (including myself) use brew nowadays, which installs to > /usr/local/bin so the instructions work. > > I was wondering if we should remove the MacPorts instructions? > > > Rebecca, Makes sense to move the instructi

Re: [edk2-devel] [tianocore.github.io.wiki PATCH 1/1] Xcode.md: Update instructions to work on modern macOS and Xcode versions

2021-07-21 Thread Rebecca Cran
Thanks. I've just sent out a v2 with the MacPorts instructions removed. -- Rebecca Cran On 7/21/21 8:30 AM, Andrew Fish wrote: On Jul 21, 2021, at 7:24 AM, Rebecca Cran > wrote: I think most people (including myself) use brew nowadays, which installs to /usr/loc