Skip to content

Xcode: Don't add framework as -framework argument in linker info list

This change passes all the frameworks as libraries and allows them to be handled in "Link Binary With Libraries" build phase.

This improves on !5036 (merged)

Merge request reports