Flutter CocoaPods Build Issue
I am facing this issue while making a build in iOS. The app is getting built in android but I am facing an issue in iOS. My platform ios version is '10.0' in podfile because I am using firebase. Following…
I am facing this issue while making a build in iOS. The app is getting built in android but I am facing an issue in iOS. My platform ios version is '10.0' in podfile because I am using firebase. Following…
I added the firebase auth package then got an error in the ios podfile [!] CocoaPods could not find compatible versions for pod "Firebase/Auth": In Podfile: Firebase/Auth firebase_auth (from `.symlinks/plugins/firebase_auth/ios`) was resolved to 0.0.1, which depends on Firebase/Auth (~> 6.3)…
I'm trying to remove use_frameworks! from Podfile. The reason is because one of pod latest version needs to remove use_frameworks (TapTalk SDK). There is error No such module Firebase when trying to build the app. After removing it, there is…
I'm trying to add react-native-vision-camera to my React Native app, and it gave me the following error: Specs satisfying the VisionCamera (from ../node_modules/react-native-vision-camera) dependency were found, but they required a higher minimum deployment target. In my podfile I have platform…
Yesterday I updated my Mac with Android Studio Bumblebee 2021.1.1 hoping that it would solve multiplatform issues I encounter. Below some screenshots about my Mac and versions to be 100% clear: Android Studio Bumblee About macOs Monterey 12.2 iMac details…
When I try to build my react-native project in Xcode I get this error from RCT-Folly: {path}/App/ios/Pods/RCT-Folly/folly/container/detail/F14Table.cpp:41:10: Thread-local storage is not supported for the current target {path}/App/ios/Pods/RCT-Folly/folly/container/detail/F14Table.cpp:56:10: Thread-local storage is not supported for the current target I'm not really sure…
I have upgrade react-native to 0.64 and I'm getting this error after I run pod install. No podspec found for `FBReactNativeSpec` in `../node_modules/react-native/Libraries/FBReactNativeSpec` I have tried to remove the node_module, remove the pod file, deintegrate, but still got this issue.…
I am starting a new iOS Swift application and want to use FirebaseUI Auth. Here is the link to the docs where it talks about it under Drop-in authentication solution Firebase Auth. The FirebaseUI Auth for Android was very simple…