Questions tagged [podfile]

The Podfile is a specification that describes the dependencies of the targets of one or more Xcode projects. The file should simply be named Podfile.

A pod file is used with CocoaPod and CocoaPods is a dependency manager for Swift and Objective-C Cocoa projects.

370 questions
1
vote
1 answer

ld: framework not found ,Flutter error on Xcode

I'm trying to build a Flutter App. The app works absolutely fine with Andrioid. But, gives the following error in Xcode build : ld: framework not found clang error : linker command failed with exit code 1(use -v to see invocation) I have also…
Amrutha Desai
  • 101
  • 3
  • 15
1
vote
0 answers

Flutter (iOS) Firebase Auth Sign in With Phone Number: Error after adding ' pod 'Firebase/Auth' ' inside Podfile

I'm using the Firebase Auth Sign in with Phone Number and Register with Phone number methods. They're working fine on android but when implementing them on iOS my app crashes. After doing some digging on the Firebase Auth documentation…
1
vote
0 answers

Error launching application on simulator (flutter)

10 errors generated. note: Using new build system note: Building targets in parallel note: Planning build note: Constructing build description warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of…
1
vote
1 answer

pod install error>>> Unable to determine the platform for the `SocketSwift` target

I downloaded github Socket.swift, created Podfile per installation instruction, but Cocoapods "pod install" gets the error. Podfile is: [![# Uncomment the next line to define a global platform for your project # platform :ios, '9.0' source…
Doug Null
  • 7,989
  • 15
  • 69
  • 148
1
vote
1 answer

How to add ios source dependency to Flutter plugin?

I have created a Flutter plugin and this is my podspec file: Pod::Spec.new do |s| s.name = 'sdksso' s.version = '0.0.1' s.summary = 'A new flutter plugin project.' s.description = <<-DESC A new flutter…
Maxim
  • 13
  • 2
1
vote
0 answers

I get error message "[!] No `Podfile' found in the project directory." even I already have one(The Podfile). How can I fix this?

I did 'pod init' inside my project file then I have Podfile in my project file. and I updated cocoapods to the latest. jeongseongjun-ui-MacBookPro:Flo chungseongjun$ ls Flo Flo.xcodeproj Podfile jeongseongjun-ui-MacBookPro:Flo chungseongjun$…
1
vote
2 answers

Increasing IOS platform version throws error for react-native-maps, reducing it throws error for other react-native libraries

I'm writing tests for my react-native application, but it fails, suggesting I run pod install. After running pod install, I get !] CocoaPods could not find compatible versions for pod "GoogleMaps": In Podfile: react-native-google-maps (from…
Marvelous Ikechi
  • 2,031
  • 2
  • 15
  • 26
1
vote
2 answers

Which is the right way to generate a Podfile in flutter?

For me, there are two ways to generate a pod file after deleting it the first one is by running flutter pub get and then a pod file will be generated in the following form after some editing # Uncomment this line to define a global platform for your…
Shalabyer
  • 555
  • 7
  • 23
1
vote
0 answers

Flutter Firestore ld: symbol(s) not found for architecture x86_64

I am trying to apply a patch to reduce build times for an ios 14.4 flutter app. The patch works by editing the ios podfile to consume pre-compiled binaries for specific packages, instead of downloading the entire firebase SDK and searching for what…
1
vote
0 answers

Terminal installation of CooaPods

Here's my terminal export: Here for pod init: Masons-iMac:GoodDays nacly$ ls GoodDays GoodDaysTests GoodDays.xcodeproj GoodDaysUITests Masons-iMac:GoodDays nacly$ pod init -bash: /usr/local/bin/pod:…
Mason Ballowe
  • 1,847
  • 2
  • 12
  • 23
1
vote
1 answer

Removing linked Pods_framework in post_install Podfile hook

I currently have the following situation in my flutter iOS/Android development process: Every time flutter build runs it executes pod install which installs the regular Flutter Podfile # Uncomment this line to define a global platform for your…
Reesz
  • 11
  • 3
1
vote
0 answers

Creating a private pod framework which is dependent on an external pod

I created a Framework in xCode called 'IdFramework', and also created a .podspec file for IdFramework. Part of the swift files in IdFramework are dependent on external CocoaPods such as Firebase. So, I created a podfile in the root directory of…
Idanis
  • 1,918
  • 6
  • 38
  • 69
1
vote
0 answers

Canvas editor for Xcode version 12.1 Error

I set up the podfile for the Xcode project and have been using the workspace file to build. "Could not build module 'GoogleDataTransport'" as well as "Umbrella header for module 'GoogleDataTransport' does not include..." errors show up when I try…
qsaluan
  • 59
  • 6
1
vote
2 answers

Installing a react native package with Podfile

I'm following instructions here to add a package: https://github.com/joltup/rn-fetch-blob It says to do npm install OR add to Podfile. What I did was yarn add rn-fetch-blob Then  cd ios pod install Is that correct? I didn't edit the Podfile but…
Joshua Augustinus
  • 1,468
  • 3
  • 15
  • 28
1
vote
0 answers

Flutter - Changing Deployment Target

I have downloaded a project on the Internet and cannot run it. I've searched the solution but could not solve it. I'm a new Macbook user and don't know much about it (Podfiles etc.). Here is the error that I'm getting: warning: The iOS Simulator…
korimusk
  • 41
  • 5