podspec Questions

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...
Consideration asked 9/5, 2019 at 8:23

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

2

Solved

I made an framework for which I'd like to distribute via CocoaPods. I'm not sure if I'm doing something stupid. I've included a completed .framework folder in the base directory and I'd like that...
Buffo asked 27/8, 2015 at 3:18

20

Solved

Recently I tried to do pod setup and I get this error: -bash: /usr/local/bin/pod: /usr/local/opt/ruby/bin/ruby: bad interpreter: No such file or directory I followed Ray Wenderlich's guide to inst...
Byroad asked 15/7, 2015 at 22:20

1

Solved

I am trying to add expo dependencies (media-library and mail-composer to be exact) to a React Native Project. I yarn added both dependencies as well as yarn add expo-modules@latest and yarn add exp...
Straightjacket asked 21/9, 2022 at 15:13

3

Solved

I'm in the middle of some CocoaPods project trying to build my own private Pod, reachable via "pod install" from my main project. It's a Swift project, and everything seemed to be working, reading ...
Easily asked 30/8, 2016 at 9:34

2

I have a private pod framework and it has some dependencies. I wanted to change BUILD_LIBRARY_FOR_DISTRIBUTION for all dependencies in that framework. In a Podfile, I have this post_install hook th...
Burke asked 16/3, 2021 at 14:56

0

In the last 3 years. Ive probably spent 2 weeks on this issue, it comes up often if you are cloning and working on other peoples projects but doesn't usually occur on your own. There are a tonne of...
Gailgaile asked 15/5, 2022 at 7:52

1

I've got a static library, compiled for multiple architectures, included in a XCFramework. It looks like this : | framework_1.xcframework |---- _CodeSignature |---- Info.plist |---- ios-arm64_a...
Mf asked 3/11, 2021 at 10:43

0

I built a Capacitor plugin for Ionic and Capacitor and published it to NPM - call it test1. I then use it in my Ionic 5 project and successfully add a new Android project via: ionic build ionic ca...
Stavros asked 25/8, 2021 at 20:29

2

I have a project for a cocoapod (let's call it "Main") which has a dependency with another cocoapod (let's call this one "Util"). I can add the Util in Main's Podfile via "pod 'Util'" and specify...
Leucopoiesis asked 30/1, 2015 at 16:54

4

Solved

I am trying to add the following dependency to my Podspec s.dependency 'Apollo/WebSocket', :git => 'https://github.com/apollographql/apollo-ios' Here's what I get in my Terminal whenever I ...
Kilmarnock asked 18/4, 2019 at 12:20

2

Solved

I created a React Native library that is a wrapper for using the native iOS framework in the React Native Projects. Earlier I was using .framework & it was working fine. Now I am facing an issu...
Cameroncameroon asked 21/3, 2021 at 8:23

2

I'm creating a private pod and would like it to be used as a module. According to Using Pod Lib Create, in CocoaPods.org: The first question you're asked is what language you want to build a pod...
Mcbrayer asked 2/6, 2018 at 20:57

6

Solved

I'm trying to create a cocoa pod following this tutorial. I'm stuck at the moment where I'm doing the following command: pod repo push RWPodSpecs RWPickFlavor.podspec the problem is that I've ...
Adelina asked 15/1, 2016 at 8:55

1

I have created a vendored framework that I am shipping through cocoapods. Now I would like to ship the dsym file with the framework also, so that my crashes could be shown in console and included w...
Chaim asked 2/7, 2019 at 6:42

3

Solved

We are using new build system and Cocoapods 1.7.5 for our Xcode project. Our project (let's call it Y) is actually a development pod, but we also have written some codes to create an application de...
Him asked 19/11, 2019 at 7:33

2

Solved

I want to create a private cocoapod of the output framework built for both simulators and devices. I have created a Cocoa touch framework in which I have integrated CocoaLumberjack using Cocoapod...
Curmudgeon asked 30/7, 2016 at 6:19

0

My podspec looks like this: Pod::Spec.new do |s| s.name = 'flutter_vlc_player' s.version = '0.0.3' s.summary = 'A new Flutter project.' s.description = <<-DESC A new Flutter project. D...
Olds asked 1/5, 2020 at 2:25

2

I'm trying to install code from a repository's branch on a pod spec, and based on the documentation, this should work: s.dependency 'repository_name', :git => 'https://github.com/account_name/r...
Peaceable asked 5/8, 2014 at 13:45

1

Solved

I'm trying to create Flutter plugin, which uses Swift and has one pod dependency (NearbyMessages) First of all, I've added it to .podspec # # To learn more about a Podspec see http://guides.cocoa...
Thrifty asked 22/10, 2018 at 15:4

1

Solved

When I am adding my private repo name in homepage url in .podspec file I am getting following warning, WARN | url: The URL (https://github.com/username/repo_name) is not reachable. I can't figu...
Maw asked 6/1, 2020 at 12:47

0

Podspec is: Pod::Spec.new do |s| s.name = 'MyPod' s.version = '0.1.0' s.summary = 'my summary.' s.platform = :ios, '13.0' s.description = <<-DESC My description. DESC s.homepage = 'h...
Dela asked 7/11, 2019 at 14:5

3

Solved

I am struggling to find a way to package an Xcode framework we created as a Pod that would only be used internally (not public, not on github). How do I modify the .podspec to build the SDK from t...
Signorina asked 17/12, 2018 at 14:51

2

Maybe I misunderstood the way of s.ios.vendored_frameworks work but I'm trying to use/integrate the Sinch.framework in my own SDK (for the voip part) but in my ReplaceMe.swift I'm not able to impor...
Bruton asked 30/11, 2017 at 14:20

© 2022 - 2025 — McMap. All rights reserved.