Asheesh Sahu

Results 11 comments of Asheesh Sahu

Not yet if found any solution then inform me. I'm continuously working on it. On Tue, Dec 13, 2016 at 4:22 AM, Junior Ally wrote: > +1 facing same issue....

I have corrected this by some manipulation and take help of an article its works (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation { if([[FBSDKApplicationDelegate sharedInstance] application:application openURL:url sourceApplication:sourceApplication annotation:annotation]) {...

Hi, I'm using this - (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation { if([[FBSDKApplicationDelegate sharedInstance] application:application openURL:url sourceApplication:sourceApplication annotation:annotation]) { return YES; } if([RCTLinkingManager application:application openURL:url sourceApplication:sourceApplication annotation:annotation]) { return...

I'm also facing the same with but with a bit different message 'Normal index 47 is out of bounds'

The problems occur when I started writing test cases, otherwise, there is no issue for me. Any solutions.

Guys we are still facing this issue with lot of ANR, Please suggest us the solution. shorebird_init ANR triggered by slow operations in main thread ``` main (native):tid=1 systid=13675 #00...

My app id is different and it's `42fc4f05-2fde-4894-8132-f2d719e4f217` Also we are using flutter 3.19.5 version to build. here is stack trace: ``` "main" tid=1 Native #00 pc 0x0000000000078dec /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28)...