KasemJaffer / receive_sharing_intent

A Flutter plugin that enables flutter apps to receive sharing photos, text and url from other apps.
Apache License 2.0
325 stars 375 forks source link

Fixed build for iOS if use_frameworks is disabled #196

Closed korvan closed 7 months ago

korvan commented 2 years ago

https://github.com/KasemJaffer/receive_sharing_intent/issues/195 https://forums.swift.org/t/swift-static-libraries-dont-copy-generated-objective-c-header/19816/4

If use_frameworks is disabled in Podfile, Swift.h header should be included with relative path, without framework name prefix

KasemJaffer commented 7 months ago

Thank you