Quantcast
Channel: Active questions tagged cocoapods - Stack Overflow
Browsing all 1018 articles
Browse latest View live
↧

rsync error after installing Salesforce pods in iOS swift project [duplicate]

I'm trying to add pod'SalesforceSDKCore' pod 'MobileSync' into my iOS project but after installing the pods I'm getting the following error after build the project.Xcode Version 15.2Error Details...

View Article


cmake with Xcode and CocoaPods - compile problem

I have a large mobile app project written in C++ (Qt) with many internal and external dependencies, as well as subprojects (Qt Creator), submodules and interconnections. For many years I’ve used qmake...

View Article


Xcode: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or...

I am getting this error after updating Xcode. The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.It was working fine before the update.I have...

View Article

UI issues after private pod installation

I created a private pod and installed on the another application.Before installation the UI is proper and after installing this private pod the frames for UI elements compressed.Not sure why this is...

View Article

pod update/install fails at Installing BoringSSL-GRPC (0.0.24)

When I run pod install or pod update in my flutter project, it fails at Installing BoringSSL-GRPC (0.0.24). And it prints this error message,[!] Error installing BoringSSL-GRPC[!] /usr/bin/git clone...

View Article


CocoaPods installed but not working. Mac M1, Ventura 13.3.1

I'm trying to run flutter on my Macbook but everytime I run sudo flutter doctor, I have this mesage:✗ CocoaPods installed but not working. You appear to have CocoaPods installed but it is not working....

View Article

The pod "FirebaseAppCheck" requires a higher minimum iOS deployment version

I am building an app with Flutter, using Firebase as backend. Until yesterday, building worked fine, but now suddenly it doesn't build anymore for iOS, instead giving me this error message:Error: The...

View Article

Image may be NSFW.
Clik here to view.

Flurry Ads integration issue when using CocoaPods

I am using CocoaPods to integrate Flurry Ads in my project as per the instructions on the Flurry Developer Documentation.I have my Podfile as below:platform :ios, '9.0'use_frameworks!target 'Foo' do...

View Article


Updating to latest version of CocoaPods?

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...

View Article


Why do i need to set platform in CocoaPods?

I just started working with CocoaPods recently(should have done this a long time ago), and im wondering what should the value of platform be. For instance right now i have platform :ios, 8.0(there is...

View Article

Image may be NSFW.
Clik here to view.

CocoaPods platform, what does it mean exactly?

It is unclear to me what effect changing the platform value will have, can someone elaborate? Will this simply mean that an error gets thrown if minimum version requirements for a library are not...

View Article

Dyld warnings from using CocoaPods

I received these warnings that have haunted me for two days.dyld: warning, LC_RPATH @executable_path/../lib in...

View Article

"React Native" error Installing pods failed when Creating project with react...

An error occurred during step 'Downloading template' while creating a project with the react native cli.I'm definitely downloading cocoapods through 'brew', so I don't know why I get this message....

View Article


CocoaPods 'Podfile.lock: No such file or directory' error in Xcode

I am unable to run my Xcode project because of such CocoaPods errors:diff: /../Podfile.lock: No such file or directorydiff: /Manifest.lock: No such file or directoryerror: The sandbox is not in sync...

View Article

Errors in creating XCFramework using CocoaPods

I am trying to generate a iOS XCFramework from an Xcode framework Project(Project name XCFramework). Project consists of some of the cocoa-pods libraries like Socket IO, SwiftKeyChainWrapper etc. If I...

View Article


CocoaPods is giving error with pod install and not generating xcworkspace

I am using the Xcode 7.2 with CocoaPods 0.37.2.I am trying to install a plugin through CocoaPods and its giving me the below error and its not generating the xcworkspace too.I have gone through some...

View Article

Image may be NSFW.
Clik here to view.

How to stop CocoaPods from creating xcconfig file for each configuration

I have a lot of configurations in addition to Debug and Release. However I only really want CocoaPods to build with either Debug or Release. When I do pod install it creates .xcconfig files for each...

View Article


complex Xcode project with multiple .xcconfig files and CocoaPods

I am working on an iOS project where we are in the unfortunate situation that some of the libraries we must use comes in two versions. A version for debug, and a version for production.It is not...

View Article

Image may be NSFW.
Clik here to view.

How to use CocoaPods in an exist iOS project

I have an iOS project first made in Xcode 4.6. I have update it to Xcode 5.0.2. Now I want to change the project to using CocoaPods to manage the third party pods.Due to a newer to CocoaPods. I search...

View Article

How to add dependency to CocoaPods

I am trying to create a CocoaPods library. My library will include Google-Mobile-Ads-SDK as dependency. I used following commandspod lib create BannerViewController> my email addressWhat language do...

View Article
Browsing all 1018 articles
Browse latest View live