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 402 forks source link

Undefined symbol: receive_sharing_intent.RSIShareViewController. #340

Open vkumarvs opened 5 days ago

vkumarvs commented 5 days ago

Hello everyone,

Did someone faced this error? I followed all the steps of this "receive_sharing_intent " however somehow It seems I am missing something and keep getting below error. Any direction to solve this please...

Launching lib/main.dart on iPhone 16 Pro in debug mode... Running Xcode build...
Xcode build done. 69.7s Failed to build iOS app Error (Xcode): Undefined symbol: receive_sharing_intent.RSIShareViewController.appGroupId.modify : Swift.String

Error (Xcode): Undefined symbol: receive_sharing_intent.RSIShareViewController.appGroupId.getter : Swift.String

Error (Xcode): Undefined symbol: receive_sharing_intent.RSIShareViewController.appGroupId.setter : Swift.String

Error (Xcode): Undefined symbol: receive_sharing_intent.RSIShareViewController.(getFileName in _6D78A6F2C6912972D1862B0928DDF135)(from: Foundation.URL, type: receive_sharing_intent.SharedMediaType) -> Swift.String

Error (Xcode): Undefined symbol: receive_sharing_intent.RSIShareViewController.(handleMedia in _6D78A6F2C6912972D1862B0928DDF135)(forLiteral: Swift.String, type: receive_sharing_intent.SharedMediaType, index: Swift.Int, content: __C.NSExtensionItem) -> ()

Error (Xcode): Undefined symbol: receive_sharing_intent.RSIShareViewController.(handleMedia in _6D78A6F2C6912972D1862B0928DDF135)(forUIImage: C.UIImage, type: receive_sharing_intent.SharedMediaType, index: Swift.Int, content: C.NSExtensionItem) -> ()

Error (Xcode): Undefined symbol: receive_sharing_intent.RSIShareViewController.(handleMedia in _6D78A6F2C6912972D1862B0928DDF135)(forFile: Foundation.URL, type: receive_sharing_intent.SharedMediaType, index: Swift.Int, content: __C.NSExtensionItem) -> ()

Error (Xcode): Undefined symbol: receive_sharing_intent.RSIShareViewController.sharedMedia.modify : [receive_sharing_intent.SharedMediaFile]

Error (Xcode): Undefined symbol: receive_sharing_intent.RSIShareViewController.sharedMedia.getter : [receive_sharing_intent.SharedMediaFile]

Error (Xcode): Undefined symbol: receive_sharing_intent.RSIShareViewController.sharedMedia.setter : [receive_sharing_intent.SharedMediaFile]