Skip to content

build: use -framework Foundation on macOS

Christian Hergert requested to merge wip/chergert/fix-macos-link into master

This fixes an issue where link symbols are not available for basic Obj-C message passing and other release/retain operations.

Fixes #545 (closed)

Merge request reports