receive_sharing_intent icon indicating copy to clipboard operation
receive_sharing_intent copied to clipboard

Swift compile issues

Open ltOgt opened this issue 11 months ago • 1 comments

when trying to build for ios with package version 1.8.1 and flutter version 3.29.0 (stable), we get mutliple swift compile errors in RSIShareViewController

  • viewDidAppear:
    • Value of type 'Any' has no member 'hasItemConformingToTypeIdentifier'
    • Value of type 'Any' has no member 'loadItem'
    • Cannot infer type of closure parameter 'error' without a type annotation
  • writeTempFile and getVideoInfo
    • Swift Compiler Error (Xcode): 'pngData()' has been renamed to 'UIImagePNGRepresentation(:)'
    • Swift Compiler Error (Xcode): Extraneous argument label 'preferredTimescale:'

ltOgt avatar Feb 18 '25 07:02 ltOgt

@ltOgt hi, can u share your RSIShareViewController.swift file please?

PBomermustekiin avatar Mar 20 '25 20:03 PBomermustekiin