> Does your fpc.cfg contain
> -XR/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/
Many thanks, this was the resolution.
Cheers
Mike
On Sun, 7 Jan 2024 at 18:45, Mattias Gaertner via lazarus <
lazarus@lists.lazarus-ide.org> wrote:
>
>
> On 07.01.24 10:50, Michael Thompson via lazarus wrote
On 07.01.24 10:50, Michael Thompson via lazarus wrote:
Adding -ld_classic as per
https://stackoverflow.com/questions/77153800/xcode-15-c-compilation-errors
got me nowhere.
Well, to be correct, it got me past the " ld: library 'c' not found" error,
but introduced me to a "ld: framework not fo
> Adding -ld_classic as per
https://stackoverflow.com/questions/77153800/xcode-15-c-compilation-errors
got me nowhere.
Well, to be correct, it got me past the " ld: library 'c' not found" error,
but introduced me to a "ld: framework not found Cocoa" error.
Cheers
Mike
On Sun, 7 Jan 2024 at 17:4