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
334 stars 395 forks source link

Fixed build for iOS if use_frameworks is disabled #196

Closed korvan closed 10 months ago

korvan commented 3 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 10 months ago

Thank you