You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Invoke on iOS platform: SocialShare.shareSms('Rev Spring 2024 Ready-to-Wear\n', url: 'https://www.vogue.com/fashion-shows/spring-2024-ready-to-wear/rev/slideshow/collection')
Result: app crashes producing the following log: -[NSNull length]: unrecognized selector sent to instance 0x1f809d3e0
Invoke on iOS platform:
SocialShare.shareSms('Rev Spring 2024 Ready-to-Wear\n', url: 'https://www.vogue.com/fashion-shows/spring-2024-ready-to-wear/rev/slideshow/collection')
Result: app crashes producing the following log:
-[NSNull length]: unrecognized selector sent to instance 0x1f809d3e0
Reason:
The passed arguments:
come to iOS native side as:
but the following line does not acknowledge the possible
[NSNull null]
value:NSString *trailingText = call.arguments[@"trailingText"];
The text was updated successfully, but these errors were encountered: