podfile Questions
14
I am trying to build a Flutter app with Geolocator plugin on Android Studio.
When I am running the app I have the following warning - that prevents the app from running:
Warning: CocoaPods not ins...
8
When I try to run pod install, an error is generated at when program reaches Installing Flipper-Glog (0.3.6)below is the error message in its entirety:
Installing Flipper-Glog (0.3.6)
[!] /bin/bash...
Infrasonic asked 20/2, 2022 at 21:25
4
I have implemented a iOS where need to unlinked react-native-linear-gradient and then install the react-native-video and added all of the information but there is an issues when I install PodFile u...
Labia asked 4/9, 2022 at 8:37
4
Solved
I've searched a lot but unfortunately I didn't find a solution.
For my flutter project I added the Firebase plug in in the pubspec.yaml file and since then I wasn't able to run the project on my iP...
Blackdamp asked 25/6, 2021 at 9:39
10
Solved
I'm trying to build my app on the iOS simulator (iOS 13), but the build fails and gives an error of pod files "Podfile is out of date"
This is the error.
Launching lib/main.dart on iPhone...
6
Solved
I added Firebase libraries to my project, and then I got this error. When I compile it, Xcode can't find some directories. However, they are in the Pods directory.
Here is the error log:
ld: warn...
35
Solved
I've updated my flutter package to the last versions and now IOS doesn't work anymore.
When I try to update the pods it shows this error:
[!] CocoaPods could not find compatible versions for pod &q...
3
I am trying to build my React Native app for iOS and having issues.
I build on a regular basis, but since upgrading Xcode to 15.0.1, I have run into an issue.
I build my app for iOS as follows:
np...
Lenka asked 31/10, 2023 at 16:55
27
Solved
CocoaPods could not find compatible versions for pod "Firebase/Core” | cloud_firestore, Flutter
I am having some issues in the pod, see below
Launching lib/main.dart on iPhone X in debug mode...
Running pod install...
CocoaPods' output:
↳
Preparing
Analyzing dependencies
Inspecting target...
4
Solved
I'm trying to create a Flutter Plugin to use a native library.
This library I'm trying to use is stored in a private repository and can be used with Swift Dependency Manager.
This is causing me a h...
Riband asked 16/9, 2021 at 20:11
9
Error message:
Verification checksum was incorrect, expected 6478edfe2f3305127cffe8caf73ea0176c53769f4bf1585be237eb30798c3b8e, got 5e89103d9b70bba5c91a794126b169cb67654be2051f90cf7c22ba6893ede0ff
...
Av asked 31/12, 2023 at 9:9
13
Current, I was trying to add firebase_core: ^0.5.0+1 and firebase_crashlytics: ^0.2.1+1 packages in my flutter project with the latest versions, It works without any trouble in Android but in iOS, ...
3
I'm trying to install my pods with pod install, it prints
Setting up CocoaPods master repo
and it takes too long time and nothing installing. Is that a bug or that's my mistake? Can I fix that p...
8
Solved
While installing RNPermissions and its dependencies I run into an error. Seems to be a problem with my compiler or the package that is being installed.
The error:
checking whether the C compiler...
5
Solved
I am running on an M1 Mac, and after following all of the instructions here, I am unable to run any form of pod install. When I do, I am given the following error...
[!] Invalid `Podfile` file: und...
Pecuniary asked 29/1, 2023 at 17:49
5
I have hackintosh on my HP laptop. I'm trying to run a flutter app on the iOS simulator but it's giving me this error:
[!] Unable to find a target named `RunnerTests` in project `Runner.xcodeproj`,...
Montfort asked 14/5, 2023 at 11:15
13
I have been trying to run ios for a new but kept getting this error
** BUILD FAILED **
The following build commands failed:
CompileC /Users/struggle/Library/Developer/Xcode/DerivedData/client-gr...
Kevon asked 10/2, 2021 at 21:37
3
Solved
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 ...
Frolick asked 17/11, 2021 at 16:39
9
Solved
2
3
Solved
I'm trying add add a pod by cocoapods, and I am using swift 3, while the pod(SQlite.swift).
I am trying to use doesn't have a master of the latest swift version, however there is a branch for swif...
17
Solved
I want to config Firebase Firestore. I followed all the steps, but at the last step, I got the error link below I mention.
After Executing this pod install command below error I got
[!] Automatica...
Gastronome asked 27/8, 2018 at 13:51
10
Solved
I am getting this error while running pod install
[!] The 'Pods-Runner' target has transitive dependencies that include static binaries: (/Users/me/Documents/flutter/flutter/bin/cache/artifacts/e...
2
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) dependen...
Cologarithm asked 11/8, 2022 at 18:4
2
Solved
I am using MacBook Pro, M1 Chip. OS is MacOS Monterey 12.3.1
today I upgraded flutter from 2.5.4 to 3.0.1.
I can run my projects perfectly fine in Android. However in iOS I get the following error....
1 Next >
© 2022 - 2024 — McMap. All rights reserved.