receive_sharing_intent
receive_sharing_intent copied to clipboard
Swift compile issues
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 hi, can u share your RSIShareViewController.swift file please?