Keisuke Horota
Keisuke Horota
I have same issue
https://github.com/facebook/react-native/issues/30836#issuecomment-844943042 Maybe this work?? in my case Podfile ``` # use_flipper!() use_flipper!({'Flipper' => '0.91.1', 'Flipper-Folly' => '2.6.7', 'Flipper-RSocket' => '1.4.3'}) ```
@sbeca What's the status of the situation?
I encountered the same symptoms. Hypothesis. Array index target is too big data?
@lahirumaramba Oh, sorry. This may not be the right place to address this issue. In my case this occurred when indexing from the web console.
My case. I commented `import TikTokOpenSDK` out and it worked. node_modules/react-native-tiktok/ios/Tiktok.swift ```swift import Foundation // import TikTokOpenSDK import Photos @objc(Tiktok) class Tiktok: UIViewController { ```