podfile Questions

6

Solved

I am trying to add a pod to my Xcode project. I am getting this error: LoadError - no such file to load -- xcodeproj/prebuilt/universal-darwin13.0-1.8.7/xcodeproj_ext /Library/Ruby/Site/1.8/rubyge...
Bobbinet asked 30/10, 2013 at 5:31

0

I am new to using React Native and is currently trying to make a simple to-do list. Unfortunately, I cannot proceed rn as I am stuck with this error, which I have no idea how to fix. What happened?...
Adonai asked 21/7, 2021 at 8:46

2

Solved

I get the following Error everytime i try to run my Flutter App. I tried literally so much to fix it but still the Error isn't fixed. Launching lib/main.dart on iPhone 12 Pro Max in debug mode... R...
Matland asked 28/6, 2021 at 19:11

4

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 hav...
Pamphylia asked 25/3, 2021 at 12:13

4

When running pod install it runs into a problem when installing yoga. Seems to be a problem with my ruby environment? $ pod install Analyzing dependencies Fetching podspec for `Folly` from `../nod...
Honeywell asked 25/11, 2019 at 14:13

6

Solved

I am trying to create a Podfile for my Xcode project for Firebase compatibility, but when I try to create it within the same file that my Xcode project is stored in, using my terminal and typing "p...
Lancelle asked 9/12, 2016 at 16:15

9

I understand that the following command will update a single pod: pod update <podname>. However this also updates the dependencies of other pods (pods that were not included in the update com...
Propagation asked 14/10, 2014 at 0:53

3

I have a flutter app that was working fine. I'm going through updating my flutter version and the versions of some of my plugins (on the newest XCode version 11). I can no longer build my app becau...
Heckle asked 12/6, 2020 at 2:34

0

I don't check in my Pods dir into source control. If I run pod install, touch nothing, and then run pod install a few minutes later the SPEC CHECKSUMS section of my Podfile.lock changes. Why? pod -...
Hypotenuse asked 9/10, 2020 at 17:14

8

Solved

I am currently setting the legacy in the Podfile to SWIFT_VERSION = 2.3, but some of the libraries I am using are Swift 3.0, which means that I need to manually set the legacy for all Swift 3.0 pod...
Squinty asked 9/11, 2016 at 6:51

3

Solved

EDIT: the solution for me was to use my previous PodFile before upgrading, ios app is working now. I upgraded an RN app to 0.59.1 (it was at 0.57.8) using react-native upgrade, android version is...
Aguascalientes asked 18/11, 2019 at 17:10

1

I'm trying to run my first React-Native app on an ios device using xcode and keep getting this error: ld: warning: directory not found for option '-L/Users/XXXX/Library/Developer/Xcode/DerivedData...
Amperage asked 8/11, 2019 at 12:7

4

Solved

I want to know what the "~>" is used for,cause I find they are the same below: pod 'AFNetworking','~> 2.0.3' pod 'AFNetworking','2.0.3'
Paperhanger asked 26/11, 2013 at 9:58

1

The post_install used to work when I'd run pod install or pod update. But now it throws an error: [!] An error occurred while processing the post-install hook of the Podfile. undefined method `pu...
Telic asked 1/11, 2017 at 9:11

2

Solved

I'm following an internet tutorial on Firebase and as part of it, I had to do some work on the command line. I'm pretty comfortable with the command line, but I'm unfamiliar with Cocoapods. I ran p...
Oulu asked 29/4, 2017 at 23:15

1

Finally I got a custom Flutter Plugin's MethodChannel to do the hello-world. But now, I would like to add a dependency explicitly to the iOS part of the Plugin Class (obviously not to the Android-...
Gastrotomy asked 10/1, 2019 at 21:50

1

Solved

I am trying to merge React-Native into a swift application. I created a new podfile and added in all the dependencies. After trying 'pod install' many times, it will still not install the pods. I...
Catalogue asked 3/7, 2019 at 13:31

2

I have downgrade my operating system from Mac Os Sierra to el Capitan, so all the files were removed from my system,but i have done backup my project. Now when i have opened my project for running ...
Partake asked 24/10, 2016 at 5:2

0

Working on an issue where I needed to add the react-native-device-info package to my iOS system, I had to add a dependency on React into my Podfile. Initially I applied all the podspecs from a lis...
Hypothalamus asked 12/10, 2018 at 9:2

1

Solved

I'm trying to add the Geofirestore pod I found on GitHub So I can add geo locations longitude and latitude to posts in a social media app. My pod file looks like this pod 'Firebase/Core' pod 'Fir...
Karlis asked 27/8, 2018 at 5:48

4

Solved

I have been using CocoaPods for a few weeks now with my iOS app and it works perfectly with the one target I have been testing (let's call it "MainApp"). However, I now want to build a different ta...
Polyhymnia asked 29/8, 2013 at 9:54

2

Solved

I have a framework and a project where I'm using my framework in. I'm trying to use the framework that is locally built during development. Is there a way to do something like: if my-local-library...
Divertimento asked 17/10, 2016 at 9:55

1

Solved

recently since updating Xcode i have big troubles using podfiles. I wasn't able to add any new pods to my existing pod file, hence i decide to create a new project and just copy all my stuff insid...

4

I met an error when I run pod install. [!] An error occurred while processing the pre-install hook of the Podfile. undefined method `pods' for #<Pod::Installer:0x007f9f93a66b90> /Users/Xie...
Immigrant asked 23/7, 2015 at 10:58

1

Solved

I have a private pod and a private spec repo. I am serving the pod as a binary, i.e. the podspec says: s.source = { :http => 'https://github.com/COMPANY/PROJECT/releases/download/v1.0/Private...
Reglet asked 8/6, 2017 at 20:48

© 2022 - 2024 — McMap. All rights reserved.