cocoapods Questions
14
Solved
I got my new Macbook Pro which has M1 chip.
I tried to run my react native project but stucked on pod install.
After that, I created an empty project and tried on that still getting the same error....
Gainsay asked 27/1, 2021 at 10:32
10
Solved
I'am trying to upgrade "react-native" from "0.50.4" to "0.55".
When I run pod install, i receive an error
checking for a BSD-compatible install... /usr/local/bin/ginstall -c
checking whether buil...
Mesarch asked 21/5, 2018 at 12:16
11
I am tryin to install Firebase using cocoapods so I may send push-notifications to user devices. However, everytime I follow the instructions step by step, I get this error that says "framework not...
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
11
Solved
This is the short version:
When I run
pod install
in an Xcode project I get
[!] Pod::Executable pull error: cannot open .git/FETCH_HEAD:
Permission denied
If I run
sudo pod install
...
9
I am building a app by Flutter.
I have got this error message when doing "pod install" and the pod install failed and stopped.
The error message:
[!] The following Swift pods cannot yet ...
4
Solved
I know this is duplicated, since the answered solution doesn't work for me, I'm asking again in case someone has come up with any new solution...
Already tried:
Unlinked all auto-linked modules and...
Supplejack asked 15/2, 2022 at 11:13
9
I am having trouble using this library, I followed the instructions with the facebook guide that appears on the readMe and did all the steps.
Before this, I used the react-native-fbsdk library whic...
Gwinn asked 17/4, 2021 at 3:22
42
Solved
I have a Flutter project that I'm trying to run on iOS. It runs normally on my Intel-based Mac, but on my new Apple Silicon-based M1 Mac it fails to install pods.
LoadError - dlsym(0x7f8926035eb0, ...
Sewing asked 18/11, 2020 at 20:51
5
I am trying to install Cocoa Pods on my new MacBook Pro with the M1 Chip.
There are some solutions that found from December. Since is February those solutions may be a little outdated.
I cannot fin...
Creamer asked 5/2, 2021 at 17:0
27
Cannot run app. Failed to load Info.plist from bundle error occurs.
When I CMD+K clean the project, it runs fine. But I have to clean the project every time I make changes and run the app.
Follo...
10
I'm on a MacBook Pro M1 (and before someone says well it's because of M1 or something else, I've been programming with Flutter and M1 for weeks but then I must have to reset my M1 and after this) ....
Semite asked 3/2, 2021 at 23:55
7
I just start a react-native project. However, this question had me for a day.
I tried all possible way to solve it. For example,
sudo gem uninstall cocoapods
rvm uninstall
brew install cocoapods
H...
Maharajah asked 23/7, 2022 at 16:14
6
I am using cocoapods in my project and it was working fine but after upgrade to Xcode 14 it is giving different kind or errors.
Firstly it was asking for bit code and later asked for the developmen...
3
Solved
I have a script to show all my //TODO: comments which looks like this:
KEYWORDS="TODO:|FIXME:|\?\?\?:|\!\!\!:"
find "${SRCROOT}" \( -name "*.h" -or -name "*.m" -or -name "*.swift" \) -print0 |
...
5
here is the error:
Building native extensions. This could take a while...
ERROR: Error installing cocoapods:
ERROR: Failed to build gem native extension.
/System/Library/Frameworks/Ruby.framewo...
60
Solved
I've encountered an strange issue after installing RestKit with cocoapods.
after resolving RestKit dependency for my project with cocoapods and trying to build it, I face this error:
The sandbox i...
Kissee asked 26/1, 2014 at 17:11
35
Solved
I installed pod some time ago. However, it's stopped working so I'm working through this again.
However, I almost immediately run into a problem here:
pod install
-bash: pod: command not found
...
Chemist asked 7/1, 2013 at 18:57
12
Solved
When I build project, I see build error: ProjectName.debug.xcconfig unable to open file. I couldn't understand my problem for a long time, but today I take attention, what directory is wrong: full ...
17
When I try to build my project, I get a compile time error saying that a "Module map file" for my pod cannot be found and that I am missing a "SwiftShimes" module.
This is weird because all my mo...
26
Solved
I'm having some issues installing Alamofire 4.0 into my project.
I've got the latest version of Xcode, running Swift 3, and when I try to install alamofire I'm getting like 800 compiler errors.
App...
Schlicher asked 14/9, 2016 at 2:29
2
I'm created new project using command react-native init testprog
then change dir to testprog and pod install but it give permission denied error
$ pod install
Analyzing dependencies
Fetching podspe...
Russian asked 20/4, 2021 at 8:59
24
Solved
I am building an app by Flutter. I got this error message when doing "pod install" or "pod install --repo-update" or "pod update" and the pod install failed and stoppe...
2
When I try to build cordova application in Xcode I get the following error:
/Users/User/PhpstormProjects/project/project-app/platforms/ios/Pods/Target Support Files/Pods-Project/Pods-Project-res...
Humblebee asked 25/7, 2017 at 18:16
5
Solved
There were a lot of issues when trying to run the app after upgrading Xcode to the latest, 14.3 version.
The one I am facing now is:
failed to verify module interface of 'projectName' due to the er...
© 2022 - 2025 — McMap. All rights reserved.