BachVQ

Results 31 comments of BachVQ

> @davidzhao any plans to support Cocoapods? We are also building a library for both pods and SPM but can't embed `LiveKit` in the pod version. @tgyhlsb I rewrite this...

@MartinP7r v2.32.0 cannot use, I downgrade to 2.25.0, It's work fine

I download v2.25.0 and unzip it I run with command: /Users/admin/Downloads/xcodegen generate

same issue, I can't build my project when upgrade to 0.68 ``` fatal error: 'react/config/ReactNativeConfig.h' file not found ``` I clean all cache, build, node_modules, Pods, and reinstall it. But...

@AlexanderEggers I found something in Reanimated, I can't build if we have Reanimated. Do you use Reanimated in your app?

> ### Cannot build ios app with v0.68 on with or without New Architecture Enabled. > I have had patience for many days trying diff methods but still was not...

> I'm also getting the same issue: > > seems like it's related to react-native-reanimated "react-native-reanimated": "^2.8.0", "react-native": "^0.68.1", yes, Reanimated v2 not support new Architecture, We need to wait...

> Hi, I'm still facing that error with 0.68.x and 0.69.x, any idea? > > ![Screenshot 2022-08-07 at 15 23 23](https://user-images.githubusercontent.com/4986411/183292929-ea881ca5-774c-498a-9a47-2fa23f28851a.png) > > My config is: > > ``` >...

> Hey all! In order to use Reanimated with Fabric enabled, you must first update to 0.69+. > > Reanimated 3.0.0-rc.0 with Fabric enabled does not support React Native 0.68.x....

same problem ``` #include file not found ``` when I run "bazel build //Vendor/Texture:Texture", it's work, but when we run project to test on simulator, It's break error ---- Pod.WORKSPACE...