Disabling binary dependencies for Catalyst

Is there a way to disable the linkage of a binary dependency for Catalyst while still enabling it for iOS to support linking xcframeworks that include an iOS slice but not a Catalyst slice?

This is possible in CocoaPods by adjusting the OTHER_LDFLAGS setting like this.

4 Likes

Hey, have you had any news on that ? I've followed the link to this issue from the firebase ios sdk project, which seems locked on this problem since december 2020 with still no solution in sight.. makes people revert to using cocoapods, which is a bit of a shame