And depending on the version of macOS / which framework you're linking to, you might need to specify a search path as well (-F):

lflags "-framework" "SomeFramework" "-framework" "AnotherFramework" "-F/Library/Frameworks"

IIRC I didn't need that -F parameter on 10.9, but now I do with 10.14. But it's for my own frameworks, not system ones.

Reply via email to